.header{
height:50px;
border:none;
}
#leftcontent{
 box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
border-radius:4px;
border:none;
}
#mytopmenu{
margin-top:10px;
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
 box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
border-radius:4px;
border:none;
}
#mylinks{
font-size:15px;
}
#centercontent{
min-height:500px;
}
.day{
 box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
border-radius:4px;
border:none;
}
.footer{
background: none;
}