.sola_t_table {
    width: 100%;
}
.sola_t_table td {
    width: 1%;
}
.sola_t_table td input {
    width: 350px;
}
.sola_t_settings_sidebar{
    width: 20%;
    float: left;
    margin: 0 20px 0 0;
    padding: 5px;
    background-color: #FFF;
}
.sola_t_settings_contents{
    width: 75%;
    float: left;
    padding: 5px;
}
.sola_settings_body input[type="text"], .sola_input {
    width: 300px;
}
.layout_activate{
    -webkit-box-shadow: 3px 2px 19px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 2px 19px 2px rgba(0,0,0,0.75);
    box-shadow: 3px 2px 19px 2px rgba(0,0,0,0.75);
/*    padding: 10px;*/
    border-radius: 10px;
}


img#pro_only {
    opacity: 0.4;
    cursor: not-allowed;
}
img#pro_only:hover {
    opacity: 0.8;
    cursor: not-allowed;
}
.sola_t_theme_select  { cursor: pointer; }
#sola_t_layout_1 { cursor: pointer; }
#sola_t_layout_2 { cursor: pointer; }
#sola_t_layout_3 { cursor: pointer; }
#sola_t_layout_4 { cursor: pointer; }
#sola_t_layout_5 { cursor: pointer; }
#sola_t_image_1 { cursor: pointer; }
#sola_t_image_2 { cursor: pointer; }

.create_category{
    margin: 10px 0;
}