/** cpanel settings **/

#cpanel div.icon {
    text-align: center;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

#cpanel div.icon a {
    display: block;
    float: left;
    border: 1px solid #f0f0f0;
/*    max-height: 97px;
    max-width: 108px;*/
    height: 82px;
    width: 74px;
    background: #c9c9cf;
    color: #666;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 10px;
}

#cpanel div.icon a:hover {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
    color: #0B55C4;
}

#cpanel img  { margin: 0 auto; width: 44px; }
#cpanel span { display: block; text-align: center; font-size: 80%; font-weight: bold; }

