.options-wrap>div {
    display: flex;
    margin-bottom: 20px;
}
.options-wrap button {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    margin-right:5px;
}
.ll-tab-content.tab-3 > .body > .tabs{margin-bottom:40px;}

#tab-1.active {
    display: flex;
    align-items: center;
}
.options-wrap button:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d;
}
.ll-tab-content.tab-3 .content-wrap {
    margin-top: 20px;
}
.ll-tab-content.tab-3 .content-wrap button, #get-attachments{
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
.ll-tab-content.tab-3 .content-wrap button:hover,
#get-attachments:hover{
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}

.ll-tab-content.tab-3 .loader {
    margin-left: 5px;
    display: block;
    width: 25px;
    height: 25px;
}

.ll-tab-content.tab-3 .loader.active {
    background-image: url(/wp-content/plugins/online-accessibility/public/img/ajax-loader.gif);
    background-size: contain;
}

.ll-tab-content.tab-3 .content-wrap .title{
    width:100%;
    height:auto;
    background-color:rgb(255,255,255);
    border: 1px solid rgba(133, 133, 133, .2);
    box-sizing:border-box;
    padding: 10px;
}
.ll-tab-content.tab-3 .content-wrap h4{ margin:0; font-size:16px;}
.content-wrap .body {
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(133, 133, 133, .2);
    border-top:0;
    box-sizing: border-box;
    padding: 10px;
}
.bold{ font-weight:700; }
.empty{ font-style: italic; color: rgb(153, 152, 152); }
.ll-tab-content.tab-3 .content-wrap .body .preview_image{ width:100%;}
.ll-tab-content.tab-3 .content-wrap .body .lightbox{ width:100px;height:100px;;display:block;margin:auto; }
.ll-tab-content.tab-3 .table-header {
    margin: 20px 0 40px 0;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25em;
    text-align:center;
}
.continue{ padding-top:20px;}
.no-images-found{ font-size:18px;text-align:center; }

.ll-tab-content.tab-3 .valid-images-wrapper{ display:none; }
.ll-tab-content.tab-3 .content-wrap.show-valid .valid-images-wrapper{
    display:block;
}
#show-valid:focus,
#show-valid:active{
    outline: 0;
}
.button-row{ padding-left: 25px; }
.wcag-row .alt > label{ width:100%; display:inline-block; }
.ll-tab-content.tab-3 .content-wrap .body .alt input[type="text"]{ width:100%; margin-bottom:5px; }
.ll-tab-content.tab-3 table .alt{padding-left:10px;}
.ll-tab-content.tab-3 table .info{padding-right:10px;}

@media (max-width:1079px){
    #valid-images thead{display:none;}
    #invalid-images thead{display:none;}
    .ll-tab-content.tab-3 .wcag-row{ margin: 20px 0; }
    .valid-images-wrapper{margin-top:50px;}
    .continue{ text-align: center;}
}
@media (min-width:1080px){
    .ll-tab-content.tab-3 .content-wrap .body .preview{ float:none; }
    .ll-tab-content.tab-3 .wcag-row{ margin: 10px 0; }
}
@media (min-width: 1400px) {
    .ll-tab-content.tab-3 > .body{
        width:85%;
        margin:auto;
    }
}