a.headermaintitle:active, a.headermaintitle:link {
    color: #4371A6;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
}
.menu,.mainmenu{
    font-size:14px;
}
#widget_my_google {
 display:none;
}
#main {
    margin-top: 6px;
    background: none;
    margin-bottom: 0;
}
#mainContent {
    background: none;
    box-shadow: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -web-kit-shadow: 6px;
    float: left;
    display: inline-block;
    width: 70%;
}
.day {
    background: #fff;
    padding: 32px;
    border-radius: 10px;
    box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
    margin-top: 40px;
    transition: 0.3s;
}
.day:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#right_meun {
    display: inline-block;
    position: fixed;
    z-index: 999;
    top: 100px;
    left: 85%;
    text-align: left;
    border-left: 1px solid #b2a2a2;
    font-size: 12px;
}

#right_meun>li::before {
    position: relative;
    top: 0;
    left: -20px;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background-color: #eb5055;
}

#right_meun>li>a{
color:black;
margin-left: -10px;
}

#right_meun>li>a:hover{
    color: #eb5055;
text-decoration:none;
}
h4{
color:black;
background:none;
padding:0px;
}
#q{
    width: 71%;
    vertical-align: middle;
    height: 20px;
}