/*
 * Simple Scroll to Top Button
 * Style sheet for plugin's page
 * @since 2.0
 * @agareginyan
 */


.aligncenter {
    text-align: center;
}

.form-table {
    clear: none;
    margin-top: 30px;
}

.form-table th {
    padding-left: 30px;
}

h2 {
    text-align: center;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}

h2 span {
    margin-top: 1px;
    font-size: 0.6em;
    color: black;
    display: inline;
    padding: 0;
}

h2 span a {
    display: inline;
    padding: 0;
}

h3.title {
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    border-bottom: 1px solid #eee;
}

.inner-sidebar h3.title {
    text-align: center;
}

.postbox h3.title {
    font-size: 120%;
}

td.help-text {
    font-style: italic;
    font-size: 12px !important;
    float: left;
    clear: left;
    color: #797979;
    line-height: 15px;
    padding-top: 0px !important;
}

.postbox a {
    text-decoration: none;
}

#side-sortables {
    position: relative;
}

#about {
    text-align: center;
}

#using {
    text-align: center;
}

#help {
    text-align: center;
}

#donate {
    text-align: center;
}

#freelance {
    text-align: center;
}

#preloader-background {
    width: 100%;
    height: 300px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

#preloader-background img {
    display: block;
    margin: 0 auto;
    padding-top: 80px;
}

#preview-icon {
    margin-left: 45%;
}

#ssttbutton {
    right: 30px;
    bottom: 20px;
    padding: 5px;
    box-sizing: content-box;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 9999;
}

#ssttbutton:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}