


#page_title {
    margin-bottom: 35px;
}

.top_border {
    border-top: 1px solid #c0c0c0;
}

.bottom_border {
    border-bottom: 1px solid #c0c0c0;
}

.repair_center_hyper, .repair_center_hyper:active, .repair_center_hyper:visited {
    color: #000000 !important;
    text-decoration: none !important;
    background-color: white;
}


/* Video Preview Styles */
.video_title, .video_watch {
    font-weight: bold;
    Height: 4rem;
    overflow: hidden;
}

.article_title, .article_go_to {
    font-weight: bold;
    Height: 2.5rem;
    overflow: hidden;
}

.video_description, .article_description {
    margin: 5px 0 5px 0;
    height: 60px;
    overflow: hidden;
}

.video_info img, .article_info img {
    width: 20px;
}

.video_watch_link, .article_go_to_link {
    margin-top: 6px;
    width: 100%;
}

.video_watch_now, .article_go_to_article {
    height: 20px;
    vertical-align: middle;
}

.video_watch:hover, .article_go_to:hover {
    cursor: pointer;
}
.video_watch:hover .video_watch_now, .article_go_to:hover .article_go_to_article {
    color: rgb(222, 96, 0);
}


/* Article Preview Styles */
.article_preview, .video_preview {
    padding: 18px 0 0 4px;
    width: 100%;
}

.article_info {
    margin-bottom: 20px;
}

/* Article and Video Search Styles */
#search_container {
    width: 70%;
    height: 35px;
    margin: 0 45px 0 17px;
}

#showing_display {
    padding: 10px 0 0 5px;
    border-bottom: solid 2px;
    font-weight: bold;
}

#search_no_results {
    display: none;
    font-size: 1.3em;
    padding: 20px 0 10px 10px;
}

#search_field {
    height: 35px;
}

#search_button {
    height: 37px;
    font-weight: bold;
    color: #edecec;

    background: #0075ab;
    background: -webkit-linear-gradient(#0096ca, #006aa0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0096ca, #006aa0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0096ca, #006aa0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0096ca, #006aa0); /* Standard syntax */
}


#show_more_container {
    border-radius: 5px;
    border: 1px solid grey;
    margin: 0 5px 0 5px;
}

#show_more {
    text-align: center;
    padding: 20px 0 20px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #0075ab;
    cursor: pointer;
}

#show_more:hover {
    background-color: #E4E4E4;
}


/* Symptom Category Styles */
.symptom_class_title {
    display: block;
    font-size: 1.4em;
    margin-bottom: 10px;
    color: black;
    text-decoration: none !important;
}
.symptom_class_title:hover, .symptom_class_title:active {
    color: #fd6e01;
}

.symptom_arrow_image {
    width: 20px;
}

.symptom_arrow {
    padding: 5px 0 5px 0;
    text-align: right;
}

.symptom_primary, .symptom_secondary, .symptom_show_more {
    height: 50px;
    padding: 10px 5px 10px 5px;
    position: relative;
    cursor: pointer;
}

.symptom_primary:hover, .symptom_secondary:hover {
    color: black;
    background-color: #E4E4E4;
}

.symptom_show_more {
    font-weight: bold;
    color: #0075ab;
}

.symptom_show_more:hover {
    font-weight: bold;
    color: #0075ab;
    background-color: #E4E4E4;
}

.secondary_symptoms {
    width: 100%;
    display: none;
}

.symptom {
    padding: 10px 0 10px 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.symptom_class {
    margin-top: 40px;
    min-height: 240px;
}
