body {
}

.sidebar-box {
    border: 0px solid #D0D1D3;
    box-shadow: 2px 2px 4px rgba(34, 53, 60, 0.22);
    -webkit-box-shadow: 2px 2px 4px rgba(34, 53, 60, 0.22);
    -moz-box-shadow: 2px 2px 4px rgba(34,53,60,0.22);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 26px;
}

.sidebar-header {
    -moz-box-shadow: none;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    margin-top: -1px;
    margin-bottom: 0;
    line-height: 100%;
    padding: 5px 13px 5px 13px;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.15),rgba(255, 255, 255, 0.15));
    background-color: #A6C3D1;
    margin-bottom: 20px;
}


.pad5 .ModNuntioContentC {
    padding: 0px 20px 20px 20px;
}

.sidebar-header .Head {
    margin-top: -1px;
    text-shadow: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: white;
}