.form-table th {
    width: 230px;
}

.gray-box {
    display: inline-block;
    padding: 15px;
    background-color: #e6e6e6;
}
.wmufs_support_btn {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #525252 !important;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 10px;
}
.wmufs_support_btn .dashicons{
    padding-right:10px
}

.wmufs_mb_50{
    margin-bottom: 50px;
}

.wmufs_mb_20{
    margin-bottom: 20px;
}

.wmufs_row{
    display: flex;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
}
.wmufs_card{
    background: #fff;
    border: 1px solid #eee;
    box-shadow:1px 3px 9px 1px rgb(230 230 230 / 45%);
    padding:10px 20px
}

.wmufs-col-8{
    width:63.6666666667%;
    margin-right:20px;
    flex:0 0 auto;
}

.wmufs-col-4{
    width:21.3333333333%;
    flex:0 0 auto;
    margin-right:20px
}



.wmufs_card_mini{
    border:1px solid #eee;
    padding:10px
}

.wmufs-title h3{
    border: 1px solid #eee;
    padding:10px;
    text-align: center;
    background: #f5f5f5;
    margin:0px 0px 10px 0px;
    font-size: 18px;

}

/**
Button Design
*/

.wmufs-btn{
    background: #000000ad;
    text-align: center;
}
.wmufs-btn a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

.wmufs-btn a:hover,
.wmufs-btn a:focus,
.wmufs-btn a:active{
    outline:0;
    box-shadow:none;
}

.wmufs-recommended-content img{
    width:100%
}
.wmufs-recommended-content a{
    text-decoration: none;
}




/******** System Status ******************/

.wmufs-system-status {
    width: 100%;
}
.wmufs-system-status .dashicons-warning {
    color: #cd5c5c;
    font-size: 20px;
}
.wmufs-system-status .dashicons-yes {
    color: green;
    font-size: 20px;
}
.wmufs-system-status tr td:first-child {
    text-align: left;
}
.wmufs-system-status th {
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom: none;
}
.wmufs-system-status th:first-child {
    border-right: none;
}
.wmufs-system-status th:last-child {
    border-left: none;
}
.wmufs-system-status td {
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom: none;
}
.wmufs-system-status td:nth-child(2) {
    border-left: none;
    text-align: center;
}
.wmufs-system-status td:last-child {
    border-left: none;
}
.wmufs-system-status tr:last-child td {
    border-bottom: 1px solid #ccc;
}
.wpifw_status_message {
    margin: 0;
}



@media(max-width: 786px){
    .wmufs_row{
        display:block
    }
    .wmufs-col-8{
        width:100%;
    }

    .wmufs-col-4{
        width:100%;
    }


}