.photoGrid {
    list-style: none;
    /*width: 100%;*/
}
.photoGrid li {
    display: inline-block;
    vertical-align: top;
    float: left; 
    margin: 0 0.4em 0.4em 0;
    width: 194px; 
    max-width: 193px;
}
.gridItem {
    border: 1px solid #7e8b95;
    border-radius: 3px;
    padding: 0.8em;
}
.gridItem img {
    margin-top: 10px;
}

.widefat .check-column {
    padding: 8px 10px;
}
.widefat tbody th.check-column {
    padding: 11px 0 0 8px;
}

.issuuembed{
    float:left;
    margin: 15px;
    background-color: #eee;
}

.embeded_docs .pagination li {
    float: left;
    margin-top: 10px;
}
.embeded_docs .pagination li a{
    padding:10px;
    margin-right: 5px;
    float: left;
    background-color: #f1f1f1;
    color: #333;
    border: 1px solid #333;
}
.embeded_docs .pagination .active{
    padding:10px;
    margin-right: 5px;
    color: white;
    float: left;
    border: 1px solid white;
    background-color: #333!important;
}
.embeded_docs .list-group{
    padding-left: 0;
    margin-bottom: 20px;
}
.embeded_docs .list-group-item{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color:#333!important;
    cursor: pointer!important;
}
.embeded_docs .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.embeded_docs .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.embeded_docs .modal {
    z-index: 9999999!important

}
.embeded_docs .modal-body {
    padding: 0px!important;
}
.gridItem img {
    margin-top: 10px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.content .photo-ul{
    float:left;
    margin: 10px 8%!important;
}
.gridItem .less_margin{
    margin: 0;
}
.gridItem .img_wrapper img{
    min-width: 165px !important;
    min-height: 220px !important;
    max-width: 170px !important;
    max-height: 225px !important;
}
.sub_text{
    margin-left: 11%;
}
.sub_text span{
    line-height: 30px;
    font-weight: bold;
}
.span_left{
    margin: 0px 11%!important;
    width:100%;
    float:left;
    line-height: 30px;
    font-weight: bold;
}