a, input, select {outline: none;}

select.select2 {
    height: 28px;
    visibility: hidden
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}

.msg {
    position: absolute;
    width: 600px;
    padding-bottom: 20px;
    text-align: center;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    background: rgb(20, 143, 185) none repeat scroll 0% 0%;
    border: 1px solid rgb(238, 238, 238);
}

.msg > h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.close {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 30px;
    cursor: pointer;
}

.submit {
    margin-top: 10px;
    height: 50px;
    width: 400px;
    background-color: firebrick;
    color: rgb(255, 255, 255);
    font-size: 30px;
    border-radius: 3px;
}

.spoil {
    background: #eee;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
}

header {
    margin-bottom: 10px;
}

.content {
    display: block;
    text-align: center;
}

.content:after {
    content: '';
    display: block;
    clear: both;
}

.spoil {
    background: #eee;
    width: auto;
    font-size: 16px;
    color: #000;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 991px) {
    .sidebar {
        display: none;
    }

    .form-search {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .login-buttons a.btn:last-child {
        float: right;
    }

    .login-buttons a.btn:first-child {
        float: left;
    }

    .msg {
        width: 460px;
        margin-left: -230px;
    }

    .msg > h1 {
        font-size: 22px;
    }

    .form-search {
        float: none !important;
    }
}

@media (max-width: 479px) {
    article p {
        text-align: left !important;
    }

    .msg {
        width: 300px;
        margin-left: -150px;
    }

    .msg > h1 {
        font-size: 17px;
        padding: 0 10px;
        margin-top: 45px;
    }

    .submit {
        width: 270px;
        font-size: 19px;
    }

    .box.box-blue-light.box-social {
        padding: 10px 0px;
        text-align: center;
    }

    .pull-right.voting-panel {
        float: none !important;
    }
}

@media (max-width: 320px) {
    .box.box-blue-light.box-social {
        padding: 10px 0px;
        text-align: center;
    }

    .pull-right.voting-panel {
        float: none !important;
    }
}

.openTab {
    display: none !important;
}

.comment tbody td {
    background: transparent;
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 15px;
    color: black;
    text-decoration: none;
    background: #fff;
    padding: 20px;
    margin: 20px auto;
}

.vk-header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

.vk-logo {
    background: transparent none no-repeat scroll 0% 0%;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px;
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
    width:48px;
    height:48px;
}

.vk-comment, .vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

.vk-comment:last-child {
    border-bottom: 0px none;
}

.vk-comment-name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 12px;
}

.vk-comment-text {
    margin-left: 60px;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
}

.vk-container .vk-comment-text p {
    margin: 0;
    text-indent: 0;
    line-height: 14px;
    font-size: 14px;
    text-align: left;
}
