@import url('mobile.css');

body {color: #000; min-height: 100%; padding: 0; font-family: arial,sans-serif; }

h1, h2 {
  text-align: center;
}

#content {
  display: inline-block;
  width: 100%;
}

#signinops {
  text-align: center;
}

#signinops FORM {
  display: inline-block;
  width: 350px;
}

#signinops FORM LABEL {
  display: block;
  text-align: right;
}
#signinops FORM INPUT[type=password],
#signinops FORM INPUT[type=text] {
  width: 200px;
}

.listrecords ol {display: block; margin: 0 auto; width: 100%; max-width: 300px;}
.listrecords ol li {font-size: 16px; text-align: left; line-height: 1; padding: 0; border-bottom: 1px solid #ccc;}
.listrecords ol li a {padding: 15px 10px; display: block; vertical-align: top; text-decoration: none; color: #e96824; font-weight: normal;}
.listrecords ol li a:hover {text-decoration: none; background: #e96824; color: #fff;}
