/* Settings */

.rumble-settings hr {
    margin: 20px 20px 20px 0;
}

.rumble-settings-header {
    margin-top: 20px;
}

.rumble-settings-image {
    float: left;
}

.rumble-settings-title {
    float: left;
    padding: 23px;
    font-size: 30px;
}

/* Wizzard */
.rumble-button-img {
    background: transparent url("../images/icon16.png") no-repeat scroll top left;
    display: inline-block;
    height: 16px;
    margin: 5px 2px 0 0;
    vertical-align: top;
    width: 16px;
}

.rumble-load-mask {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(88, 88, 88, 0.75);
    top: 0;
    left: 0;
    display: table;
}

.rumble-load-mask div {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    color: #fff;
}

.rumble-tabs {
    background: #ECECEC;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    float: left;
    width: 100%;
}

.rumble-tabs a {
    float: left;
    padding: 15px;
    text-decoration: none;
    border-right: 1px solid #DEDEDE;
    font-size: 16px;
    color: #555;
    cursor: pointer;
}

.rumble-tabs a.rumble-pull-right {
    border-left: 1px solid #DEDEDE;
    border-right: 0px;
    float: right;
}

.rumble-tabs a.active {
    background: #E2E2E2;
}

.rumble-search-options {
    padding: 15px 0;
}

.rumble-result {
    padding-top: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.rumble-result-bg {
    background: #f3f3f3;
}

.rumble-result-img-wrapper {
    float: left;
}

.rumble-result-img-wrapper img {
    width: 90px;
    height: 90px;
}

.rumble-result-content {
    float: left;
    width: 630px;
    height: 100px;
}

.rumble-result-title {
    margin: 5px 8px;
    font-weight: bold;
    font-size: 16px;
}

.rumble-result-desc {
    margin: 5px 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.rumble-search-options label {
    padding: 2px 0 7px 0;
    display: inline-block;
}

.rumble-search-options input.text {
    width: 500px;
}

.rumble-result-actions button.button {
    margin-left: 8px;
}

.rumble-result-embed {
    margin-bottom: 7px;
    float: left;
    width: 100%;
    display: none;
}

.rumble-result-error {
    margin: 15px 0;
    background-color: #FF9898;
    border: 1px solid #FF6B6B;
    color: #FFF;
    padding: 10px !important;
}

.rumble-result-loading,
.rumble-result-not-found {
    float: left;
    margin-left: 295px;
    font-size: 16px;
    text-align: center;
}

.rumble-scroll-to-top {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: #aaa;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

.rumble-scroll-to-top span {
    font-size: 40px;
    height: 40px;
    width: 40px;
}

.rumble-footer {
    bottom: 0;
    position: absolute;
    background: #FCFCFC;
    font-weight: bold;
    border-top: 1px solid #dfdfdf;
    margin-left: -15px;
    width: 100%;
}

.rumble-footer p {
    padding: 0 !important;
    margin: 5px;
}

.rumble-footer a {
    text-decoration: none;
}

#TB_ajaxContent .rumble-how-to p {
    padding: 0;
}