@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,700,300,600,400&amp");

body {
    font-family: "Open Sans",Arial,Helvetica,Verdana,sans-serif;/*"Arial Narrow", Helvetica, Arial, Verdana, sans-serif;*/
    font-weight:300;
    font-size:100%;
    color: #888;
    background-color: #FFF;
    margin: 0px 0px 0px 0px;
}

img {
    border: 0;
}

abbr:after {
    content: " (" attr(title) ")";
}

a {
    color: black;
    text-decoration: none;
}

a:after {
    content: " [" attr(href) "]";
}

a.noprintlink:after {
    content: none;
}

section {
    page-break-inside: avoid;
}

footer {
    display: block;
    line-height: 1.5em;
    clear: both;
}

.noprint {
    display: none;
}

/* UO HEADER AND FOOTER ----------------------------------------------------------- */

#uobar img {
    width: 2in;
}

#oplssmasthead img {
    width: 3in;
}

#ankle h1 {
    font-size: 1.1em;
    font-weight: 500;
    font-style: normal;
}

#oplssaddress {
    vertical-align: top;
    display: inline-block;
    width: 45%;
    page-break-inside: avoid;
}

#csaddress {
    vertical-align: top;
    display: inline-block;
    width: 45%;
    page-break-inside: avoid;
}

.uofootercontainer {
    display: block;
    clear: both;
}

/* OPLSS HEADER AND FOOTER ----------------------------------------------------------- */

#oplssmasthead  {
    margin: 0;
    padding: 1em;
    width: 100%;
    background: #FFF;
}

#oplssmasthead h1 {
    font-weight: bold;
    font-size: 2.25em;
}

#oplss-footer {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
}

#oplss-footer section {
    padding: 1.5em 2ex 0 2ex;
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

/* OPLSS styles -------------------------------------------------------------- */

main {
    position: relative;
    background: #FFF;
    display: block;
    margin: 0 0 0 0;
    padding: 1.5em 2ex 2ex 2ex;
    clear: both;
    max-width: 100ex;
    line-height: 2em;
}

main a:after {
    content: none;
}
