#wrapper {
    display:inline;
    text-align:center;
    line-height: 200%;
}

a {
    cursor: pointer;
}

hr.header{
     border: 0;
     height: 1px;
     background-color: rgba(128, 128, 128, 0.38);
 }
/* CSS for slider */


/* The switch - the box around the slider */

.moswitch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

.mosmall {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 17px !important;
    border-radius: 17px !important;
}

.moswitch input {
    display: none;
}

.moslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.moslider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.mosmall:before {
    position: absolute;
    content: "";
    height: 13px !important;
    width: 13px !important;
    left: 2px !important;
    bottom: 2px !important;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.moslider {
    background-color: #2196F3;
}

input:focus+.moslider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.moslider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

input:checked+.mosmall:before {
    -webkit-transform: translateX(13px) !important;
    -ms-transform: translateX(13px) !important;
    transform: translateX(13px) !important;
}



/* Rounded sliders */

.moslider.moround {
    border-radius: 22px;
}

.moslider.moround:before {
    border-radius: 50%;
}

#mo_progress_bar {
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #000;
    font-size: 14px;
    clear: both;
    opacity: 1.0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}
#mo_progress_bar .mopercent {
    background-color: #99ccff;
    height: auto;
    width: 0;
}

.mospinner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mospinner aui-spinner{
    margin: 1em;
}

 .show-title:after {
            content: attr(title);
            font-weight: bold;
            color: white;
            padding: 0px 10px;
            border-radius: 2px;
            border: 1px solid #2D4D4D;
            background: #2D4D4D;
 }

