.spacer {
    color: white;
    float: left;
    clear: both;
}


#top-container {
  background: none;
  min-height: 196px;
}
#top-container .logo {
  padding-left: 30px;
}
#top-container .logo a {
  background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 80px;
  text-indent: -5000px;
  width: 300px;
}
#logout-control {
  float: right;
  margin: 2px 22px 0 0;
  width: auto;
  max-width: 390px;
  font-size: 12px;
  padding: 10px;
}
#logout-control .welcomeName {
    font-size: 14px;
    color: #000;
    font-family: Verdana,san-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
#logout-control .logout {
  font-weight: bold;
  color: #086FAF;
}
#logout-control span {
  display: block;
}
#logout-control .reset {
  color: #086FAF;
}
#logout-control .unread {
  font-weight: bold;
}
#logout-control .messages {
  color: #086FAF;
}


/******  REQUIRED  ******/
dl.input dt.requiredField,
dt.requiredField,
li.requiredField {
  background: url("../images/asterisk_orange_8x8.png") no-repeat right 5px transparent;
  padding-bottom: 1px;
  padding-top: 3px;
}
li.requiredField {
    padding-right: 20px;
}
dt.requiredOneOfField {
  background: url("../images/asterisk_yellow_8x8.png") no-repeat right 5px transparent;
  padding-bottom: 1px;
  padding-top: 1px;
}
dd.preferredPhone {
  background: url("../images/asterisk_yellow_8x8.png") no-repeat left 5px transparent;
  padding: 2px 0 1px 20px;
}
span.preferredPhone {
  background: url("../images/asterisk_yellow_8x8.png") no-repeat 3px 5px transparent;
  padding: 2px 0 1px 20px;
  display: inline;
}

div.directions {
    display: block;
    color: #060;
    font-size: 85%;
    font-style: normal;
    text-transform: uppercase;
}




/******** spans-as-links *********/
a.link, span.link {
    font-weight: bold;
    cursor: pointer;
    color: #086FAF;
}
a.link:after {
    content: "> ";
}
span.button {
    font-weight: bold;
    cursor: pointer;
}
/* .login-button { */
span.submit,
span.submitMed,
span.submitLong {
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: lowercase;
    text-decoration: none;
    float:left;
    margin: 2px 5px;
    padding: 5px;
    border-radius: 4px;
    background: #0177c2;
}
span.submit {
    font-size: 16px;
}
span.submitMed {
    font-size: 16px;
}
span.submitMed:hover {
  background: #13216c;
}
span.submitLong {
    font-size: 14px;
}
/* .login-button:hover { */
span.submit:hover {
  background: #13216c;
}
span.submitLong:hover {
  background: #13216c;
}
span.apptSearchCancel {
/*  float: right; */
}

#updatePwd div {
    clear: both;
}
#updatePwd div.controls {
    padding-top: 10px;
    width: 355px;
/*
    float: right;
    margin-right: 275px;
    width: 50%;
*/
}
#updatePwd div.controls span {
    float: right;
}
#updatePwd div.directions {
    display: block;
    float: left;
    clear: both;
    vertical-align: middle;
    height: 12px;
    padding: 5px 0;
    color: red;
    width: 100%;
    margin: 0;
}



#updatePwd form {
    padding: 0 0 0 50px;
    width: 600px;
}
#updatePwd,
#updatePwd form,
#updatePwd div {
    clear: both;
    float: left;
}
#updatePwd div {
    width: 375px;
}
#updatePwd label {
    display: block;
    width: 200px;
    float: left;
    clear: left;
    vertical-align: middle;
    height: 12px;
    padding: 5px 0;
}
#updatePwd input {
    float: left;
    clear: right;
}




/******************* #nav2 *********************/
#nav2 {
  position: relative;
  margin: 0;
  min-height: 100px;
  padding: 0;
  background: transparent url("../images/int-nav.png") no-repeat 0 bottom;
  clear: both;
}
#nav2 ul {
  margin: 0;
  padding: 0 25px 0 27px;
  list-style: none;
  zoom: 1;
}
#nav2 ul li {
  margin: 0 1%;
  width: 14%;
  vertical-align: bottom;
  padding: 0;
  float: left;
    background: url("../images/nav-icons-vert.png") no-repeat scroll center top transparent;
    height: 50px;
    position: relative;
}
#nav2 ul li a,
#nav2 ul li div {
    display: block;
    padding-top: 45px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
#nav2 ul li a {
    color: #086FAF;
    position: absolute;
    width: 100%;
}
#nav2 ul li div {
    color: #6B6B6B;
}
#nav2 li a.active {
    color: #13216c;
}
#nav2 ul li a:HOVER {
    text-decoration: none;
    color: #13216c;
}
#nav2 li#home {
    background-position: center 0;
}
#nav2 li#home a,
#nav2 li#home div {
    display: block;
}
#nav2 #provider {
    background-position: center -50px;
}
#nav2 #information {
    background-position: center -100px;
}
#nav2 #appointments {
    background-position: center -150px;
}
#nav2 #orders {
    background-position: center -200px;
}
#nav2 #account {
    background-position: center -250px;
}

#nav2 li#home {
    width: 16%;
}
#nav2 li#information a,
#nav2 li#information div {
    width: 120%;
    margin-left: -10%;
}
#nav2 li#provider,
#nav2 li#orders {
    width: 13%;
}
#nav2 li#appointments {
    width: 17%;
}
#nav2 li#appointments a,
#nav2 li#appointments div {
    width: 140%;
    margin-left: -20%;
    letter-spacing: -.02em;
}


#main-container {
  background: url("../images/int-shadow.png") repeat-y scroll 0 0 transparent;
  padding: 0 26px;
  position: relative;
  min-height: 235px;
}
.interior-main-content {
  padding-left: 211px;
  overflow: hidden;
}
/*
.interior-main-content.overview {
    background: url("../images/eyeLogo_big.png") #EEE no-repeat 35px 50%;
}
*/
.interior-main-content-logo {
/*    background: url("../images/nav-icons-vert-big.png") no-repeat scroll center top transparent; */
    background: url("../images/nav-icons-vert-big.png") no-repeat scroll center top transparent;
    float: left;
    height: 75px;  /* 50px; /* WAS: 70px, 42 is for appointments */
    position: absolute;
    width: 211px;
    margin: 70px 0px 90px 0;
}
.interior-main-content-logo.overview {
/*
    background: url("../images/eyeLogo_big.png") #EEE no-repeat 12px 10px;
    height: 171px;
    width: 171px;
    margin: 50px 20px;
    border: 1px solid #EEE;
    border-radius: 85px;
    -moz-border-radius:85px; /* Firefox 3.6 and earlier */
    background-position: center 0;
}
.interior-main-content-logo.provider {
    background-position: center -150px;
}
.interior-main-content-logo.information,
.interior-main-content-logo.interview {
    background-position: center -75px;
}
.interior-main-content-logo.appointments {
    background-position: center -225px;
}
.interior-main-content-logo.orders {
    background-position: center -300px;
}
.interior-main-content-logo.account {
    background-position: center -375px;
}
.interior-main-content-logo h1 {
    padding-top: 70px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 200%;
    text-align: center;
    color: #086FAF;
    letter-spacing: 1px;
    font-weight: normal;
    margin-top: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

div.interior-main-content-logo div.subtitle {
    text-transform: lowercase;
    padding: 5px 0 40px 0;
    font-size: 150%;
}
div.interior-main-content-logo div.subtitle:before {
    content: "> ";
}
.interior-main-content-logo a,
.interior-main-content-logo a:HOVER,
.interior-main-content-logo a:VISITED {
    font-weight: normal;
    text-decoration: none;
    color: #086FAF;
    letter-spacing: 1px;
}


.info-container {
  border-left: 1px solid #cccccc;
  background: #FFF url("../images/lightgrad.jpg") repeat-x 0 bottom;
  padding: 15px 15px 25px 15px;
  zoom: 1;
  overflow-x: scroll;
}
.info-container:before,
.info-container:after {
  content: "";
  display: table;
}
.info-container:after {
  clear: both;
}
.info-container h2 {
  margin: 0 0 10px 0;
  color: #666666;
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.info-container h3 {
  margin: 0 0 10px 0;
  font-size: 12px;
}
.todo .midright h3,
.todo .mid h3,
.authorized .midright h3
{
/*.info-container .midright h4,
.info-container .mid h4 { */
  margin: 0 0 10px 0;
  font-size: 1 em;
  color: #666666;
  text-decoration: underline;
}
.info-container .left {
  float: left;
  width: 200px;
}
.info-container .mid {
  float: left;
  width: 300px;
  padding: 0 15px 3px 5px;
}
.info-container .mid span {
  display: block;
  padding: 1px 0;
}
.info-container .mid span.important,
.info-container .midright span.important{
  font-weight: bold;
}
.info-container .right {
  float: right;
  width: 135px;
}
.info-container .right_map {
  float: right;
  width: 154px;
}
.minimap {
    border: 1px solid #999;
    float: left;
/*  margin-bottom: 15px; */
}
.info-container .mid .label {
    height: 23px;
    font-weight:bold;
    margin: 0 0 5px;
}
.info-container .midright,
.info-container .midright-fixedwidth {
/*  width: 355px; */
    float: left;
    clear: right;
    margin: 0px auto 0 auto;
}
.info-container .midright-fixedwidth {
    width: 450px;
}
.info-container .midright h3 a {
    padding-left: 5px;
}
.info-container .midright .block {
    padding-top: 10px;
    width: 470px;
}
.info-container .all {
    width: 675px;   /* 575px; 535px;*/
    clear: both;
}
.info-container .midright,
.info-container .midright dl,
.info-container .midright dd,
.info-container .midright select {
    max-width: 100%;
}
.info-container .center {
    text-align: center;
    margin-bottom: 10px;
}

.info-container-content {
  border-left: 1px solid #cccccc;
  padding: 20px 15px;
  zoom: 1;
}

.int-button {
  display: block;
  background: #0177C2;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-transform: lowercase;
  margin: 0 0 5px 0;
  padding: 5px;
  text-decoration: none;
  border-radius: 4px;
  overflow-wrap: break-word;
}
.int-button:hover {
  text-decoration: none;
  background: #13216c;
}

.checkmark-button {
  display: block;
  background: #F0F5FF url("../images/checkmark_green.png") no-repeat 4px 50%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  color: #086FAF;
  text-transform: lowercase;
  margin: 0 0 3px 0;
  padding-bottom: 5px;
  text-decoration: none;
  border: 1px solid #DDD;
  border-radius: 4px;
  -moz-border-radius:4px; /* Firefox 3.6 and earlier */
}
.checkmark-button:hover {
  text-decoration: none;
  background: #EEE url("../images/checkmark_green.png") no-repeat 4px 50%;
}

.interview-main-content {
  padding-left: 211px;
}
.interviewFormLabel      { padding: 4px 0px; }
.interviewFormLabelDisabled { padding: 4px 0px; }
.interviewFormInput      { padding: 4px 0px; }
.interviewFormButton     { padding: 4px 0px; }
div.interviewFormButton div input[type="radio"] { margin-right: 8px; }
div.interviewFormButton div label { margin-right: 16px; }
.interview-buttons {
    padding: 10px 10px 80px 211px;
}
.interview-button-holder {
  display: inline;
  float: left;
  width: 80px;
}
.interview-button-holder.back {
  margin-left: 60px;
}
.interview-progress-holder {
  display: inline;
  float: left;
  margin-left: 50px;
  width: 320px;
}
.interview-button-holder.next {
  margin-left: 50px;
}
.interview-button {
  display: block;
  background: #0177C2;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-transform: lowercase;
  text-decoration: none;
  padding: 5px;
  border-radius: 4px;
}
.interview-button:hover {
  text-decoration: none;
  background: #13216c;
}
.interview-button.back {
}
.interview-button.next {
}


/******* MAP LINKS *******/
a.mapMQLink,
a.mapGMLink {
    width: 32px;
    border: 3px solid white;
    height: 32px;
    float:left;
    margin-right: 5px;
}
a.mapMQLink:hover,
a.mapGMLink:hover {
    border: 3px solid #086FAF;
}
a.mapMQLink {
  background: url("../images/external/mapquest_icon.png") no-repeat 0 0;
}
a.mapGMLink {
  background: url("../images/external/googlemaps_icon.png") no-repeat 0 0;
}
a.mapLink {
    color: #086FAF;
    font-weight: bold;
    display:block;
    margin: 5px 0 10px 0;  /* WAS: 5px 0 */
    padding: 0 5px 5px 0;
    text-decoration: underline;
}


.ad-container {
  margin: 0 auto;
  width: 600px;
}
#footer {
  background: url("../images/int-footer.png") no-repeat scroll 0 bottom transparent;
  padding: 10px 26px 40px;
}
#copyright {
  font-size: 10px;
  padding: 0 0 0 26px;
}

.info-container-content ul {
  list-style: disc;
}
.info-container-content li {
  margin: 0 30px;
}



/***********************  Hyperlinks ********************/

a.action-link, a.action-delink, a.action-uplink {
    color: #086FAF;
    font-weight: bold;
    text-transform: lowercase;
    display:block;
    margin: 5px 0;
    padding: 0 5px 0 0;
    text-decoration: none;
}

a.action-link:after, older_appts:after {
    content:' >';
}
a.action-delink:before {
    content:'< ';
}
a.action-uplink:before {
    content:'^ ';
}


/***********************  Appointments ********************/

ol.appointment_row {
    list-style-type: none;
    margin: 0;padding:0;
    width: 475px;
}
ol.appointment_row li {
    margin: 0;
    padding:0;
/*    overflow: auto; /* to keep internal divs from bleeding into each other */
    overflow: hidden;   /* to keep a scrollbar from popping up when opening the details... */
}
.checkmarkButton {
    height: 17px;
    margin: 0 0 3px 0;
    padding: 5px 0 0 30px;
    background: #F0F5FF url("../images/checkmark_green.png") no-repeat 4px 50%;
    font-weight: bold;
    border: 1px solid #DDD;
    color: #086FAF;
    border-radius: 4px;
    -moz-border-radius:4px; /* Firefox 3.6 and earlier */
}
div.apptConfirmedReadout {
    margin: 0 0 3px 0;
    padding: 5px 0 5px 30px;
    background: #F0F5FF url("../images/checkmark_green.png") no-repeat 4px 50%;
    font-weight: bold;
    border: 1px solid #DDD;
    color: #086FAF;
    border-radius: 4px;
    -moz-border-radius:4px; /* Firefox 3.6 and earlier */
    overflow-wrap: break-word;
}
a.apptInterviewedReadout {
    display: block;
    height: auto;
    overflow-wrap: break-word;
    padding-bottom: 5px;
}
.info-container li.midright {
    width:450px;
    overflow: hidden;   /* Needed at least for Firefox 3.5: otherwise on internal href click horizontal scrollbar appears?!? */
}

div.appointment-actions {
}

li.summary a.action-link {
    margin-top: 2px;
}
li.full a.action-delink {
    margin: 2px 0 8px 0;
}


div.ctrl-return {
    border: 1px solid #DDD;
    background-color: #F0F0FF;
    float:right;
    margin:10px 10px 0 10px;
    padding: 2px 2px 2px 7px;;
}
div.ctrl-return a {
    text-decoration: none;
}



/***********  DL: List of Hours, Invoices  ***********/
dl.hours,
dl.info,
dl.input,
dl.invoices {
    clear: both;
    float:left;
    padding:0;
    margin:0;
}
dl.input dd.text {
    height: 1.7em;
}
dl.hours dt, dl.invoices dt {
    width: 135px;
    float: left;
    padding: 0 0 1px 1px;
}
dl.hours dt.odd, dl.hours dd.odd,
dl.invoices dt.odd, dl.invoices dd.odd{
    background-color: #EEE;
}

dl.hours dd, dl.invoices dd {
    float: left;
    width: 150px;
    padding:0 2px 1px 0; margin:0;
}
dl.hours dd {
    text-align: center;
}
dl.invoices dd {
    text-align: right;
}

dl.info dt, dl.info dd{
    padding-top: 1px;
    padding-bottom: 1px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
dl.info dt:after {
    content: ':';
}
dl.info dt,
dl.input dt {
    font-weight: bold;
    float: left;
    clear: left;
    width: 100px;
}
dl.input dt {
    padding-top: 2px;
    margin-top: 3px;
    overflow-wrap: break-word;
}
dl.input dd {
    padding-left: 3px;
}
dl.input dt.fieldError {
    padding-left: 0;
}
ol.appointment_row li h3 {
    margin-bottom: 0;
}
ol.appointment_row dl.info {
    padding-left: 30px;
}
ol.appointment_row dl.info dt {
    width: 40px;
}
ol.appointment_row dl.info dd {
    width: 220px;
}
ol.appointment_row li.full {
    border-bottom: 1px solid #DDD;
    padding-top: 1px;
    margin-bottom: 8px;
}
dl.info dt.wide {
    width: 140px;
}
dl.info dd.number {
    width: 80px;
    text-align: right;
}
dl.info dd,
dl.input dd,
dl.input dd.last {
    float: left;
    clear: right;
    margin: 1px 0 0 10px;
}
dl.phone-input dd.requiredOneOfField {
    clear: none;
/*  width: 145px; */
}
dl.phone-input dd.requiredOneOfField input {
/*  width: 135px;
    padding: 1px 2px; */
}
dl.phone-input {
    width: 450px;
}
dl.phone-input input {
}
dl.info em {
    font-style:normal;
    font-weight: bold;
}
dl.info dd.lang {
    padding-top: 0px;
}

/*
 * In IE 6/7, DDs cannot be floated because of a IE bug
 * (DTs would fail to clear DDs properly)
 * Note that if this styling works it is because of another IE bug ;-)
 */
dl.info dd,
dl.input dd {
  *float: none;
  *width: auto;
  *margin-left: 100px;
}
dl.infowide dd {
  *float: none;
  *width: auto;
  *margin-left: 180px;
}
ol.appointment_row dl.info dd {
  *float: none;
  *width: auto;
  *margin-left: 50px;
}




dl.recalls {
    padding-top: 15px;
}
a.recallScheduleButton {
    margin-top: 25px;
}







/*******   ORDERS PAGE   *******/
div.orders dl.order {
    margin: 0 0 10px 0;
    padding: 3px 6px 5px;
    clear: both;
    width: 400px;
}
div.orders dl.last {
    margin-bottom: 0;
}

div.orders div.left div {
    float: left;
    clear: both;
}
div.orders dl.even {
    background-color: #eee;
}
div.orders div#otherOrders dl.order {
}
div.orders div#otherOrders dl#last {
    margin-bottom: 0;
}
div.orders div#otherOrders div.link {
    margin-left: 110px;
}
div.orders div#otherOrders div.link a {
    margin: 0 auto;
}

#fullPastOrders {
}
#fullPastOrders div {
    width: 400px;
    clear: both;    /* without this, the 1-line link div consumes everything before it */
}



/***********  TABLE: common - color headers like image stylings  ***********/
table.orders,
table.invoices,
table.payments {
    float:left;
    clear:both;
    width: 94%;
    margin-left: 30px;
}
table.orders, table.orders th, table.orders td,
table.invoices, table.invoices th, table.invoices td,
table.payments, table.payments th, table.payments td {
    border: 1px solid #086FAF;
    padding: 2px 4px;
}
table.orders tr.even,
table.invoices tr.even,
table.payments tr.even {
    background-color: #eef; /*#e0f4ff;*/
}
table.orders th,
table.invoices th,
table.payments th {
    background-color: #d9f5ff;
    color: #086FAF;
}
table td.date {
    text-align: center;
    width: 90px;
}
table td.name {
    text-align: left;
}
table td.label {
    text-align: center;
}
table td.age,
table td.dollars,
table td.number,
table td.time {
    text-align: right;
}
table.invoices td.dollars {
    letter-spacing: 0.65px;
}
table.invoices tr.total td.dollars {
    letter-spacing: 0px;
}
table.invoices td.img {
    padding: 2px;
    width: 17px;
}
table.invoices td.img img {
    border: 0 none;
}

/***********  TABLE: Orders  ***********/
table.orders {
}
table.orders th.vendor {
    padding: 2px 15px;
}
table.orders th.type {
    padding: 2px 25px;
}
table.orders th.status {
    padding: 2px 20px;
}
table.orders th.shipto {
    padding: 2px 10px;
}
table.orders td.id {
    text-align:right;
}
table.orders td {
    text-align: center;
}

/***********  TABLE: Invoices  ***********/
table.invoices tr.total {
    background-color: #ccc;
    font-weight: bold;
}
div.account table.invoices td.total {
    text-transform:uppercase;
    text-align: right;
}
div.account #briefPastInvoices div,
div.account #fullPastInvoices div,
div.account #briefPayments div,
div.account #fullPayments div {
    padding: 5px 0 5px 28px;
    overflow: hidden;  /* otherwise it grabs the previous element?! */
}

table td.age {
    color: red;
}
table.invoices td.age:after {
    content:" days";
}
table.invoices a {
    color: #086FAF;
}


/***********  TABLE: Payments  ***********/
table.payments {
}




.checkmark {
    background: url("../images/checkmark_green.png") no-repeat scroll center top transparent;
}




/***** TESTING FORMATS ******/
/*
div.left {
    background-color: #ddd;
}
div.mid {
    background-color: #eee;
}
div.right {
    background-color: #ccc;
}
li.full {
    background-color: #fee;
}
li.summary {
    background-color: #efe;
}
ol.appointment_row {
    background-color: #eef;
    display:block;
}
*/


.newfont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 200%;
    color: #086FAF;
}


div.top {
    border-bottom: 1px solid #CCC;
    clear: both;
}
ol.tabs {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    border-left: 1px solid #CCC;
/*
    clear: both;
    overflow: none;
    border-bottom: 1px solid #555;
*/
}
ol.tabs li {
    display: inline;
    padding: 5px 4px;
    float: left;
    border: 1px solid #CCC;
    margin: 0 0 0 0.5em;
    background-color: #d8f4ff;
    font-family:Arial,Helvetica,sans-serif;
    letter-spacing:1px;
    font-weight: bold;
    border-bottom-width: 0;
    cursor: pointer;
}
.whoami ol.tabs li.who,
.contact ol.tabs li.info,
.prefers ol.tabs li.pref {
    background-color: #FFF;
    padding-bottom: 6px;
    margin-bottom: -1px;
    cursor: text;
}

/*******   ABOUT ME PAGE   *******/
/* Patient Education Section */
div.patientEducation div.odd {
    background-color: #eee;
}




.form-group label {
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

select.form-control {
    height: auto;
}

.websiteLink:link,
.websiteLink:visited {
    color: #086faf;
}

#pageSizeInput {
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

dl.contact-lens-order {
    width: 400px;
    padding-left: 0!important;
}
dl.contact-lens-order dt {
    width: 33%;
    text-align: center;
}
dl.contact-lens-order dt::after {
    content: '';
}
dl.contact-lens-order dd {
    padding-left: 45%;
    width: 22%;
    margin-left: 0!important;
}

.date-filters {
    margin-bottom: 15px;
}

.date-filters > label, .date-filters > input {
    margin-right: 10px;
}

.date-filters > label {
    font-weight: bold;
    color: #086FAF;
}