#wpunity_assembleButton {
    background-color: #DDAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

#wpunity_compileButton {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.wpunity_fetchContentButton {
    background-color: #aba400;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition: all ease 0.1s;
}

.wpunity_fetchContentButton:active {
    box-shadow: 0 3px 0 #00823F;
    background-color: #006ef5;
    top: 3px;
}





#wpunity-custom-fields-table, #wpunity-custom-fields-table td, #wpunity-custom-fields-table th{
    border: 1px solid #dddddd;
    padding: 15px;
    border-collapse: collapse;
}

.imageresbin{
    margin:1px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    width:200px;
}

.image_fetch_div_url{
    width:200px;
    word-break: break-all;
}

.image_fetch_img{
    width:200px;
    width:100%;
}

.img_res_title_f{
    /*width:200px;*/
    /*word-break: break-all;*/
}

.video_res_title_f{
    width:200px;
    word-break: break-all;
}

.video_fetch_div_url{
    width:200px;
    word-break: break-all;
}

#wpunity_assets_box_wrapper {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .80;
    text-align: center;
    color:white;
}

#wpunity_assets_box_wrapper span {
    width:100%;
    font-size:30px;
    padding-top:50px;
}
