.separator-doubled {
    padding: 0;
    height: 0;
    border: none;
    border-top: medium double #d5d5d5;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.layout-span12 {
    width: 940px;
}

.fluid-layout {
    width: 99%;
    margin-top: 1%;
    *zoom: 1;
}

.fluid-layout:before,
.fluid-layout:after {
    display: table;
    line-height: 0;
    content: "";
}

.fluid-layout:after {
    clear: both;
}

.fluid-layout [class*="layout-span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fluid-layout [class*="layout-span"]:first-child {
    margin-left: 0;
}

.fluid-layout .layout-span12 {
    width: 100%;
    *width: 99.94680851063829%;
}

/*********************************TABLE CONTENT********************************/
table td[class*="layout-span"],
table th[class*="layout-span"],
.fluid-layout table td[class*="layout-span"],
.fluid-layout table th[class*="layout-span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

table td.layout-span12,
table th.layout-span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.fluid-layout a {
    text-decoration: none !important
}

.fluid-layout a:hover {
    text-decoration: none !important
}

/****************************** Gallery Bank Getting Started **********************************/
#gallery_bank_get_started .inside {
    padding: 0;
    margin: 0;
}

.gallery_bank_layout {
    padding: 0px 10px 0 16px;
}

.gallery_bank_layout > a {
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.plugin-div {
    float: left;
    margin: 0 8px 16px;
    width: 48.5%;
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.plugin-div:nth-child(odd) {
    clear: both;
    margin-left: 0
}

.plugin-div:nth-child(even) {
    margin-right: 0
}

.plugin-div-top {
    position: relative;
    padding: 20px 20px 10px;
    min-height: 200px;
}

.plugin-div-inner-content {
    min-height: 150px;
}

.plugin-action-buttons, div.action-links {
    margin: 0
}

.plugin-div h4 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.3
}

.plugin-div .desc, .plugin-div .name {
    margin-left: 148px;
}

.plugin-div-button {
    margin-left: 5px !important;
}

.plugin-div-settings {
    display: inline-block;
    margin: 0 0px 16px;
    width: 48.5%;
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    background-color: #FAFAFA;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    min-height: 234px;
}

.plugin-div-settings:nth-child(odd) {
    clear: both;
    margin-left: 0
}

.plugin-div-settings:nth-child(even) {
    margin-right: 0;
    margin-left: 8px;

}

.plugin-div-settings-top {
    position: relative;
    padding: 20px 20px 10px;
    background-color: #fff;
}

div.action-links {
    margin: 0
}

.plugin-div-settings h4 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.3
}

.plugin-div-settings .desc, .plugin-div-settings .name {
    margin-left: 148px;

}

.plugin-icon-custom {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 128px;
    margin: 0px 20px 20px 0px;
    text-decoration: none;
    text-align: center;
}

.plugin-action-buttons-custom {
    clear: right;
    margin-bottom: 1em;
    text-align: right;
}

.custom_icon {
    width: 128px;
    height: 128px;
}