

#logo{
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 1px;
    margin-right: -20px;
    margin-left: 20px;
    float: left;
}

#logoWM{
    position: relative;
    top: -15px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: left;
}

#imgCopy{
    color: #959595;
    padding: 5px;
    font-size: 12px;
}

#imgCopy > a:link, #imgCopy > a:visited{
    color: #7c7c7c;
}

#info{
    position: relative;
    top: -15px;
    color: #7c7c7c;
    float: right;
    text-align: right;
}

div.post-content > p > img {
    display: block;
    margin: auto;
}


table {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 45px;  
    width: 90%;    
    border-collapse: collapse; 
}

th {
    text-align: left;
    font-weight: italic;     
    padding: 0px;     
    background: #007c40;
    border-top: 4px solid #4b9262;    
    border-bottom: 1px solid #fff; 
    color: #fff; 
}

td {    
    padding: 8px;     
    background: #ed6823;     
    border-bottom: 1px solid #f38546;
    color: #fff;    
    border-top: 1px solid transparent; 
}

tr:hover td { 
    background: #f3a546; 
    color: #fff; 
}