﻿.wsCtBlogArchives {
    position: relative;
    min-height: calc(100% - 10px);
    padding: 5px;
    min-width: calc(100% - 10px);
}

.wsCtBlogArchives .wsTitle{
    margin-bottom: 10px;
}

.wsCtBlogArchives select{
    border-radius:3px;
    color:#555;
    width:100%;
}