#ajaxwidget-17 {
    display: none;
}

.opened .open {
    display: none
}

#aboutStore .close {
    position: relative;
    opacity: 0;
    font-size: unset;
    color: unset;
}

.opened .close {
    opacity: 1 !important;
}

.opened {
    height: auto !important;
}

#aboutStore {
    height: 80px;
    padding: 10px 0;
    color: #555;
    text-align: justify;
}

.userBlog .content-records {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
}

#column-left .cmswidget .box-content {
    padding: 5px;
}

.userBlog .name {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.userBlog .name a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.userBlog .record_description {
    text-align: justify;
    line-height: 20px;
}

.userBlog .blog_bottom ul {
    float: right;
}

.userBlog .pagination {
    width: 100%;
    margin: 0;
}

.userBlog .carusel__contant {
    margin: 0;
}

.userBlog .record_columns_center {
    margin-left: 5px;
}


.userBlog .record_columns_center > div {
    display: block;
    float: left;
    text-align: left !important;
    width: 20% !important;
}

.shortDesc .important {
    font-style: italic;
    color: #777;
}
