.foldable-side-container{
    position: fixed;
    top: 50px;
    right: -300px;
    width: 300px;
    height: 600px;
    background-color: white;
    z-index: 11;
}

.foldable-side-btn{
    position: absolute;
    top: 100px;
    left: -61px;
    width: 61px;
    height: 69px;
    background-image: url('../image/back.gif');
    background-color: white;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.foldable-side-weather{
    position: relative;
}
.foldable-side-weather .weather-img{
    position: absolute;
    top: 20px;
    left: 30px;
    width: 100px;
    height: 100px;
}
.foldable-side-weather .weather{
    position: absolute;
    top: 39px;
    right: 40px;
    text-align: center;
    font-size: 24px;
    color: rgba(102,204,204,.8);
}

.foldable-side-calendar{
    position: absolute;
    top: 150px;
}