#smcl-editor-css{
	background-color: #333!important;
    box-shadow: inset 3px 3px 5px rgba(255,255,255,0.5)!important;
    color: #fff!important;
    width:100%;
    height: 200px;
    padding:10px;
}
/*body.smcl-editor-css{background-color:#333;color:#fff;}*/
#smclean-box .sm-block{
	display: block;
	margin-bottom: 10px;
}
#smclean-box input[type="text"] {
    height: 36px;
    background-color: #fff;
}
#smclean-box tr{
    border-bottom: 1px solid #ddd;
}
#smclean-box h2{
    border-left: 5px solid #09f;
    padding-left: 15px;
    height: 22px;
    line-height: 16px;
}

#smcl-optimize{
	width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    display: block;
    line-height: 36px;
    height: 36px;	
}

#smcl-box .form-table th {
    padding: 15px 10px 20px 0;
}

.sm-danger{
    color: #fff;
    background-color: #c9302c!important;
    border-color: #ac2925!important;
}
.sm-warning{
    color: #fff;
    background-color: #f0ad4e!important;
    border-color: #eea236!important;
}

.sm-success{
    color: #fff;
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}

.more-cleaner{
    text-align: center;
    font-size: 14px;
    color:#0c0;
}

#smcl-result{
    width: 100%;
    text-align: center;
    border: 1px solid #09f;
    margin: 10px 0 20px;
    border-collapse: collapse;
}

#smcl-result tr{
    border-bottom: 1px solid #09f;
}
#smcl-result th,#smcl-result td{
    padding:10px 0;
    border-right: 1px solid;
}
.smcl-report caption{
    font-size: 15px;
    color:#09f;
    font-weight: 700;
    margin-bottom: 10px;
}
#date-formats{
    background-color: #fff;
    border-collapse: collapse;
    width:100%;
    max-width: 600px;
}
#date-formats th{
    width:30px;
    padding-left: 10px;
}
#date-formats td{
    padding:8px 10px;
}

#smclean-box .form-table .widefat th,#smclean-box .form-table .widefat td{
    text-align: center;
    display: table-cell;
}
#smclean-box .form-table .widefat input[type="text"]{
    text-align: center;
    box-shadow: none;
    width: 100%;
}