a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

h1,
h2.recordContext {
    font-size: 1.7em;
}


ul.navMenu {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
    text-align: center;
}

    ul.navMenu li {
        display: inline;
    }

        ul.navMenu li a {
            display: inline-block;
            padding: 0 2px;
            margin: 0 8px;
            color: black;
            text-decoration: none;
            font-family: "Courier New", "Courier", monospace;
            font-size: 18px;
        }

        ul.navMenu li a:hover,
        ul.navMenu li.active a {
            border-bottom: 1px solid black;
        }

        ul.navMenu li a {
            border-bottom: 1px solid white;
        }

div.mainContent {
    width: 880px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    text-align: center;
}

html.home div.mainContent {
    margin-top: 150px;
}

html.interior div.mainContent {
    margin-top: 60px;
}

html.search div.mainContent,
html.case div.mainContent {
    margin-bottom: 0;
    border-bottom: 1px solid #dcdcdc;
}

html.case div.mainContent {
    /*padding-bottom: 10px;*/
}

.infoHeader {
    font-weight: bold;
    font-family: Tahoma, Helvetica, Arial;
    font-size: 14px;
}

.calloutLink {
    border-bottom: 1px solid black;
    text-decoration: none;
    color: black;
}

.calloutLink:hover {
    text-decoration: none;
}

li.extraPad {
    margin-top: 15px;
}

div.mainContent div.pageCopy {
    text-align: left;
    font-family: "Courier New", "Courier", monospace;
}

div.mainContent div.pageCopy {
    font-size: 17px;
    line-height: 2;
}

html.search div.mainContent div.pageCopy h1,
html.case div.mainContent div.pageCopy h2.recordContext {
    margin-bottom: 0;
}

html.case div.mainContent div.pageCopy h2.recordContext {
    margin-top: 25px;
    text-align: center;
    font-size: 30px;
}

html.case.datasource-courtlistener div.mainContent div.pageCopy h2.recordContext.general {
    margin-top: -12px;
}

html.case.datasource-courtlistener div.mainContent div.pageCopy h2.recordContext.opinionOfThe {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    font-family: 'Tangerine', serif;
}

html.case div.mainContent div.pageCopy h1.recordStyle {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}




div.secondaryContent {
    margin: 20px auto;
}

html.search div.secondaryContent {
    width: 880px;
    margin-top: 10px;
}

html.case div.secondaryContent {
    width: 1200px;
}


a.siteTitle {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Courier New", "Courier", monospace;
    font-size: 90px;
    font-weight: normal;
    line-height: 1;
}

a.siteTitle:hover {
    text-decoration: none;
}

div.tagline {
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    font-family: "Courier New", "Courier", monospace;
}

div.tagline span.top {
    font-size: 53px;
}

div.tagline span.plus {
    font-size: 40px;
    position: relative;
    top: -2px;
}

div.tagline span.bottom {
    font-size: 24px;
    line-height: 1.5;
}




form.searchForm {
    padding: 9px 6px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}

form.searchForm div.searchFormInner {
    position: relative;
}

form.searchForm input {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px;
    border: 0;
    font-size: 17px;
}

form.searchForm input:focus {
    outline: none;
}

form.searchForm input::placeholder {
    font-size: 17px;
}

form.searchForm button {
    height: 25px;
    background-color: #F0F0F0;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
}

div.searchStatus {
    position: relative;
    display: none;
    margin-left: 12px;
    margin-top: 8px;
    font-size: 11px;
    text-align: left;
    text-indent: 14px;
    font-style: italic;
}

a.searchTipsLink {
    position: absolute;
    right: 0px;
    bottom: -28px;
    font-size: 11px;
    text-decoration: none !important;
    color: #2b2c31;
}




p.searchTip, ul.searchTip {
    font-size: 16px;
    font-family: "Courier New", "Courier", monospace;
    line-height: 1.8;
    color: black;
}

    p.searchTip a {
        text-decoration: none;
        border-bottom: 1px solid black;
    }

div.searchResultsContainer {
    position: relative;
    margin: 0 auto;
}

    div.searchResultsInfo {
        margin-bottom: 5px;
        font-size: 18px;
        color: #b3b3b3;
    }

    div.searchResultItem {
        max-width: 780px;
        margin: 26px 10px 10px 0;
        font-family: "Courier New", "Courier", monospace;
        font-size: 19px;
        border: 1px solid white;
    }

    div.searchResultItem:hover {
        background-color: #ffffde;
        cursor: pointer;
        border: 1px solid grey;
    }

        div.searchResultItem h2 {
            margin-top: 5px;
            margin-bottom: 0;
        }

        div.searchResultItem:hover a {
            text-decoration: underline;
        }

        div.searchResultItem a:visited {
            color: #b0ceb5;
        }

    div.snippet {
        display: inline;
        text-transform: uppercase;
        color: #333;
    }

        div.snippet em {
            background-color: #fff680;
        }


div.slidingPagination {
    margin-top: 20px;
    padding: 10px 10px 10px 0;
}

    a.buttonStyle1.currentPage {
        font-weight: bold;
    }


div.arrow-left {
    border-bottom: 4px solid transparent;
    border-right: 6px solid #2e3f6b;
    border-top: 4px solid transparent;
    display: inline-block;
    height: 0px;
    margin: 0 6px 0 0;
    width: 0px;
}

div.arrow-right {
    border-bottom: 4px solid transparent;
    border-left: 6px solid #2e3f6b;
    border-top: 4px solid transparent;
    display: inline-block;
    height: 0px;
    margin: 0 0 0 6px;
    width: 0px;
}


a.buttonStyle1 {
    display: inline-block;
    padding: 4px 8px;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

a.buttonStyle1:first-child {
    margin-left: 0;
}

a.buttonStyle1:hover {
    background-color: #ececec;
    -moz-box-shadow: inset 0 0 10px -1px #e2e2e2;
    -webkit-box-shadow: inset 0 0 10px -1px #e2e2e2;
    box-shadow: inset 0 0 10px -1px #e2e2e2;
    border: 1px solid #a2abbf;
}


article.record table { border: 1px solid #f0f0f0 !important; border-collapse: collapse !important; border-spacing: 2px !important; padding:2px !important; margin:2px !important; width: auto !important; }
article.record table td, article.record table th { border: 1px solid #f0f0f0 !important; padding: 4px !important; }
article.record div { border: 1px solid #f0f0f0 !important; padding:0px !important; margin:2px !important; }
article.record pre { white-space: normal !important; }
article.record * { font-family: "Courier New", "Courier", monospace !important; font-weight: normal !important; font-style: normal; font-variant: normal; font-size: 15px !important; text-decoration: none !important; text-transform: uppercase !important; background-color: transparent !important; color: black !important; float: none !important; }
article.record fieldset { border: 0 !important; }
article.record hr { border-top: 1px solid #f0f0f0; }

html.case.datasource-courtlistener article.record div { border: 0px solid #f0f0f0 !important; }

html.case.datasource-courtlistener article.record pre.inline,
html.case.datasource-courtlistener.plainText article.record * { white-space: pre-wrap !important; font-family: "Courier New", "Courier", monospace !important; font-size: 14px !important; display: inline !important; }
html.case.datasource-courtlistener.plainText article.record { overflow-x: scroll; }

html.case.datasource-courtlistener article.record * { text-transform: none !important; font-family: serif !important; font-size: 17px !important; }

html.case.datasource-usptopatentft article.record * { font-family: Arial, Helvetica, sans-serif !important; text-transform: none !important; }
html.case.datasource-usptopatentft article.record table { margin: 20px auto !important; }
html.case.datasource-usptopatentft article.record table td, html.case.datasource-usptopatentft article.record table th { border: 1px solid #e6e6e6 !important; }

article.record h1,
article.record h2,
article.record h3,
article.record h4,
article.record h5,
article.record h6 {
  margin: 10px 0 !important;
  font-family: inherit !important;
  color: inherit !important;
  text-rendering: optimizelegibility !important;
}

article.record h1 small,
article.record h2 small,
article.record h3 small,
article.record h4 small,
article.record h5 small,
article.record h6 small {
  font-weight: normal !important;
  line-height: 1 !important;
  color: #999999 !important;
}

article.record h1,
article.record h2,
article.record h3 {
  line-height: 1.5 !important;
}

article.record h1, article.record h1 * {
  font-size: 16px !important;
}

article.record h2, article.record h2 * {
  font-size: 15px !important;
}

article.record h3, article.record h3 * {
  font-size: 14px !important;
}

article.record h4, article.record h4 * {
  font-size: 13px !important;
}

article.record h5, article.record h5 * {
  font-size: 12px !important;
}

article.record h6, article.record h6 * {
  font-size: 11px !important;
}

article.record h1, article.record h1 *,
article.record h2, article.record h2 *,
article.record h3, article.record h3 *,
article.record h4, article.record h4 *,
article.record h5, article.record h5 *,
article.record h6, article.record h6 * {
    font-weight: bold !important;
}

article.record b, article.record strong, article.record th, article.record caption, article.record dt, article.record [class*=label], article.record [class*=Label], article.record [id*=label], article.record [id*=Label], article.record [class*=head], article.record [class*=Head], article.record [id*=head], article.record [id*=Head], article.record [class*=bold], article.record [class*=Bold], article.record [id*=bold], article.record [id*=Bold],
article.record b *, article.record strong *, article.record th *, article.record caption *, article.record dt *, article.record [class*=label] *, article.record [class*=Label] *, article.record [id*=label] *, article.record [id*=Label] *, article.record [class*=head] *, article.record [class*=Head] *, article.record [id*=head] *, article.record [id*=Head] *, article.record [class*=bold] *, article.record [class*=Bold] *, article.record [id*=bold] *, article.record [id*=Bold] * {
    font-weight: bold !important;
}

article.record [class*=value], article.record [class*=Value], article.record [id*=value], article.record [id*=Value],
article.record [class*=value] *, article.record [class*=Value] *, article.record [id*=value] *, article.record [id*=Value] * {
    font-weight: normal !important;
}

article.record {
    padding: 20px !important;
    border: 0 !important;
}

html.case.datasource-courtlistener article.record {
    padding: 35px !important;
}

article.record div.article-inner {
    border: 0 !important;
}

article.record span.highlight {
    background-color: #fff680 !important;
}


article.page {
    background: #fff;
    position: relative;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

article.page:before, article.page:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

article.page:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}


div.accessInstructions {
    margin-top: 6px;
    padding: 0 20px 10px;
    font-size: 14px;
}

    div.accessInstructions a {
        color: blue !important;
    }

    div.accessInstructions p.toAccessThisRecordDirectly {
        margin-bottom: 0;
        font-weight: bold;
    }

    div.accessInstructions ol {
        padding: 0;
        margin: 8px 0 10px 25px;
    }

        div.accessInstructions li {
            margin: 4px 0;
        }


@media screen and (max-width: 780px) {
    div.mainContent {
        width: 95%;
    }

    html.home div.mainContent {
        margin-top: 50px;
    }

    html.interior div.mainContent {
        margin-top: 25px;
    }

    html.search div.secondaryContent {
        width: 95%;
    }
}

@media screen and (max-width: 600px) {
    a.siteTitle {
        font-size: 60px;
    }
}

@media screen and (max-width: 460px) {
    a.siteTitle {
        font-size: 50px;
    }

    div.tagline span.top {
        font-size: 42px;
    }

    div.tagline span.plus {
        font-size: 34px;
    }

    div.tagline span.bottom {
        font-size: 20px;
    }

    div.searchResultItem {
        font-size: 18px;
    }

    html.case div.mainContent div.pageCopy h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 360px) {
    a.siteTitle {
        font-size: 40px;
    }
}


html .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
html .fancybox__carousel .fancybox__slide.has-map .fancybox__content,
html .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    height: 100%;
    width: 100%;
}

.datasource-usptopatentft article.record a,
.datasource-texasappeals article.record a,
.datasource-oklahoma2 article.record a,
.datasource-ohiococuyahogaprobate article.record a,
.datasource-californiacourtsofappeal article.record a,
.datasource-floridasupremecourt article.record a{
    color: blue !important;
}