

/* please wait*/

.loader {

	background: url(../../img/loading.gif);

    display: inline-block;

    width: 30px;

    height: 30px;

    background-repeat: no-repeat;

    background-size: contain;

    margin-bottom: -3px;

}



.hide_load {

    display: none;

}



.line-through {

    text-decoration: line-through;

}



i.import_alert {

	font-size: 38px;

    color: #F0AD4E;

    display: inline-block;

    float: left;

    width: 50px;

    height: 50px;

}
.screenshot,
.screenshot img{
    max-width: 300px;
}
.screenshot .wrap-install-data{
    background-color: #000;
}
.screenshot .wrap-install-data .theme-name{
    float: left;
    margin-right: 60px;
    color: #fff;
    line-height: 38px;
    padding-left: 20px;
}
.screenshot .wrap-install-data button{
    float: right;
    margin: 5px 10px 5px 0;
}
.clearfix{
    clear: both;
    display: table;
    content: "";
}