html { height:100%; }
body {
    background-color: black;
    color: white;
    font-family: 'Courier New';
    text-align: right;
    height:98%;
    font-weight: bold;
    overflow: auto; 
}

.header{
    margin-left: 5%;
    margin-right: 5%;
    display: inline;
    color: goldenrod;    
}

.headerText{
    font-weight: bold;
    text-align: center; 
}

#search-input-group{
    margin-left: 5%;
    margin-top: 10px;
    text-align: left;    
}

#body{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    height: 90%;
    border:1px solid gray;
    box-shadow: inset 0px 1px 4px #666;
    background-color: #120c0c;
}

#bodyContent{
    bottom: 0;
    color: #009b17;
}

.img{
    display: inline;
    padding-right: 2px;
    cursor: pointer;   
    vertical-align: text-bottom; 
}