﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.divHeader {
        background-color:#cc0000;
        color:white;
        height:40px;
        text-align:center;
        padding-top:10px;
        font-weight:bold;
    }
    .divImage{
        background-color:white;
        text-align:center;
       
    }
    .anchImage {
        height:100%;
        width:100%;
    }
    .col-sm-3 > .dropdown {
        position:inherit;
        display: inline-block;
        background-color:white;
        height:100%;
        width:100%;
    }

    .div-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        border:ridge;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index:99;
        overflow-y:hidden;
        height:160px;
        width:300px;
        margin-left:0px;
        text-wrap:normal;
        text-align:justify;
        font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
        font-size:8pt;
        top:110px;        
    }
        .div-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .div-content a:hover {
                background-color: #f1f1f1;
            }

    .divData:hover .div-content {
        display: block;
    }
