#autotimer {
    position: sticky;
    top: 1px;
    z-index: 1000;
    font-family: Arial, sans-serif;
    width: 100%;
    height: 30px;
    text-decoration: none;
    margin: 0 0 10px;
    text-align: left;
    line-height: 26px; /*1.1em;*/
    text-transform: uppercase;
    font-weight: 900;
    color: #fff !important;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(82,133,187,1) 5%, rgba(182,133,187,1) 48%, rgba(255,255,255,0) 80%);
}
#autotimer #autotimer-view{
    padding-top: 0px;
    font-size: 38px;
    display: block;
    color: #ffffff;
    position: relative;
    padding-top: 2px;
}
.autotimer-label {
    padding: 2px 15px 0 40px;
    font-size: .75em;
    display: block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    float:left;
}

#resettimer {
    cursor: pointer;
    font-style: italic;
    font-size: .7em;
    color: #f68060;
    white-space: nowrap;
}
#resettimer:hover {
    /*text-decoration: underline;*/
    border-bottom: 1px solid #f68060;
}

/* start switch */
.switchtimer-container {
    clear: both;
}
.switchtimer {
    position: relative;
    line-height: 1em;
    padding: 0px 5px;
}
.switchtimer:hover {
    background: #f9f9f9;
}
.switchtimer-lbl{
    vertical-align: top;
    line-height: 20px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    font-size: .9em;
    color: #888888;
    display: block;
    padding: 12px 0px;
}
.switchtimer-lbl:hover {
    color: #5285bb;
}
.onoffswitchtimer {
    margin-top: -28px;
    position: relative; 
    width: 28px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    float: right;
    height: 20px;
    margin-right: 20px;
}
.onoffswitchtimer-checkbox {
    display: none;
}
.onoffswitchtimer-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border-radius: 11px;
}
.onoffswitchtimer-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    transition: margin 0.1s ease-in 0s;
}
.onoffswitchtimer-inner:before, .onoffswitchtimer-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    height: 13px; 
    padding: 0; 
    line-height: 13px;
    box-sizing: border-box;
}
.onoffswitchtimer-inner:before {
    content: "";
    padding-left: 5px;
    background-color: #98bce1;
}
.onoffswitchtimer-inner:after {
    content: "";
    padding-right: 5px;
    background-color: #e1e1e1;
    text-align: right;
}
.onoffswitchtimer-switch {
    display: block; 
    width: 18px; 
    height: 18px; 
    margin: -2px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px #aaa;
    position: absolute; 
    top: 0; 
    bottom: 0;
    right: 15px;
    border-radius: 11px;
    transition: all 0.1s ease-in 0s; 
}
.onoffswitchtimer-switch:hover {
    box-shadow: 0px 1px 2px #98bce1, 0 0 0 12px rgba(155, 175, 236, .2);
}
.onoffswitchtimer-checkbox:checked + .onoffswitchtimer-label .onoffswitchtimer-inner {
    margin-left: 0;
}
.onoffswitchtimer-checkbox:checked + .onoffswitchtimer-label .onoffswitchtimer-switch:hover {
    box-shadow: 0px 1px 2px #888;
}
.onoffswitchtimer-checkbox:checked + .onoffswitchtimer-label .onoffswitchtimer-switch {
    right: 0px; 
    background: #286db7;
}
/* end witch */


@media screen and (max-width: 75em) {
}
@media screen and (max-width: 62em) {
}
@media screen and (max-width: 37em) {
}
@media screen and (max-width: 30em) {
    #autotimer {
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(82,133,187,1) 8%, rgba(182,133,187,1) 88%, rgba(255,255,255,0) 100%);
    }
    .autotimer-label {
        padding-left: 25px;
    }
    .swpm-edit-profile-form label {
        font-size: .75em;
    }
}
