﻿
body {
    margin: 0;
    padding: 0;
}

#logo {
    text-align: left;
    padding: 10px;
}

    #logo h2 {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        font-size: 52px !important;
        color: #888 !important;
        font-family: 'Merriweather Sans', sans-serif;
        font-style: italic;
        letter-spacing: -3px;
    }

#header {
    width: 100%;
    background-color: #008CBA;
    padding-bottom: 25px;
}

    #header h2 {
        margin: 0;
        padding: 0;
    }

    #header .row p {
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 1px #111;
    }

#search {
    background-color: #eee;
    border-bottom: solid 10px #bbb;
    padding-bottom: 20px;
}

    #search img {
        border-left: solid 2px #bbb;
        border-right: solid 2px #bbb;
    }

#searchTerm {
    margin-top: 50px;
    padding: 30px !important;
    font-size: 24px;
}

#about {
    margin-top: 20px;
    padding-bottom: 90px;
}

section a {
    color: orange;
}

h4 {
    color: #666 !important;
}

#footer {
    width: 100%;
    height: 64px;
    background-color: #444;
    color: #999;
    text-align: center;
    line-height: 64px;
    vertical-align: middle;
    position: fixed;
    bottom: 0px;
}

#search-result {
    position: absolute;
    background-color: #fff;
    border: solid 1px #ccc;
    width: 100%;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    top: 65px;
    display: none;
    box-shadow: 1px 1px 3px #ccc;
}

.result-row {
    white-space: nowrap;
    padding: 3px;
    cursor: pointer;
}

.result-row:hover
{
    background-color: #FFFFCC;
}

.code {
    font-weight: bold;
}

.desc {
    padding-left: 10px;
}

.close
{
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 22px;
    color: #ccc;
    z-index: 100;
    cursor: pointer;
}

.sect {
    padding-left: 10px;
    font-style: italic;
    font-size: 12px;
    color: #888;
}

#icd-section
{
        color: #999;
    font-style: italic;
    line-height: normal;
}

#icd-desc
{
    line-height: normal;
    font-weight: bold;
}

#seven-char-desc
{
    display: block;
}

.line-item
{
    font-style: italic;
    color: #999;
    margin-left: 20px;
    display: block;
}