#mainbody
{
    font-size: 12pt;
}

.title
{
    font-size: 12pt;
    display: block;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.inputcontent {  }
.inputcontent label,input,textarea
{
    display: block;
}

.inputcontent label,input[type="radio"],input[type="checkbox"]
{
    display: inline;
}

.inputblock
{
    width: 95%;
    border: 1px solid #000;
    margin: 1em 0 1em 2em;
    padding: 1em;
    font-size: 10pt;
}

.studentInfoTable
{
    font-size: 12pt;
    margin-left: 2em;
}

.studentInfoTable th
{
    text-align: right;
}

.sbutton
{
    color: #000;
    background-color: #ddd;
    border: 1px solid #eee;
    border-bottom-color: #888;
    border-right-color: #888;
    padding: 5px;
    text-align: center;
    width: 50%;
    cursor: pointer;
    cursor: hand;
}

.sbutton a:link, a:active, a:focus
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.required
{
    color: red;
}
.lpslogo
{
    height: 70px;
    width: 403px;
}
.row
{
    margin-left: 0px;
}
label.error
{
    padding: 0.1em;
    margin: 0.2em;
}
label.phones
{
    display: block;
}
.requiredphones, .phoneextensions
{
    display: inline !important;
}
.nonrequiredphones
{
    display: inline !important;
}
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 2em;
}
#warning
{
    font-weight: bold;
    font-size: 12pt;
    color: red;
}
#nonlibertylink
{
    font-size: 14pt;
}
textarea
{
    height: auto;
    width: auto;
}
#medicationTable, #medicationTable td
{
  border: 1px solid black
}
#medicationTable th
{
  background-color: #20438C;
  color: white;
}
ul.nav li > a span
{
  display: block;
  position:relative;
}
ul.nav li > a span:before{
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #E08106;
    opacity: .5;
}
ul.nav li > a span:after{
content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #E08106;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
#epicNav
{
   min-height:30px;
}
.navbar .brand
{
    padding-bottom: 5px;
}
.navline
{
    margin-bottom: 0px;
}