
.updatespage {
    max-width: 700px;
    max-width: 600px;
    width: 90%;
    padding-top: 40px;
    padding-bottom: 200px;
    color: #fff;
}
.settingspage {
    width: 400px;
    padding-top: 40px;
    padding-bottom: 200px;
    color: #fff;
}
.settingspage-title {
    font-size: 40px;
    opacity: 0.5;
}
.settingspage-section:nth-child(2) {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.settingspage-section {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.settingspage-section-title {
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 5px;
}
.settingspage-section-subtitle {
    
}
.settingspage-section-row {
    margin: 4px 0;
    display: inline-block;
    margin-right: 20px;
}
.settingspage-section-row-1 {
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 6px 2px;
    font-size: 18px;
    min-width: 60px;
}
.settingspage-section-row-2 {
    
}
.settingspage-section-row-2 ,
#setting-o-a ,
#setting-o-s ,
#setting-o-d ,
#setting-o-f {
text-transform: uppercase;
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    transition: none;
}

#settings-save {
    /* margin-top: 25px; */
    padding: 5px 10px;
    font-size: 20px;
    display: table;
    position: relative;
    top: 20px;
}

.settingspage-section-note {
    margin-top: 10px;
    background: rgba(255,255,255,0.1);
    opacity: 0.7;
    padding: 10px 15px;
    font-size: 15px;
}

.settingspage-section-row .gswitch {
    vertical-align: top;
    margin-top: 2px;
}

.settingspage-textinput {
    width: 150px;
    font-size: 18px;
    padding: 3px 5px 1px;
    margin-top: -2px;
}
#settingspage-bg-settings {
    display: none;
    padding: 10px;
    padding-left: 20px;
    background: rgb(255 255 255 / 5%);
    background: rgb(255 255 255 / 15%);
    margin-top: 5px;
}
#setting-bgurl {
    width: 240px;
}

.updatespage-section:nth-child(2) {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.updatespage-section {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.updatespage-section-title {
    font-size: 28px;
    /* opacity: 0.8; */
    margin-bottom: 5px;
    color: #ffc7c7;
    animation: menuhue 1s linear infinite;
}
.updatespage-section-note a {
    color: #a2e0ff;
    text-decoration: underline;
    animation: menuhue 1s linear infinite;
}
.updatespage-section-note {
    margin-top: 10px;
    background: rgba(255,255,255,0.1);
    /* opacity: 0.7; */
    padding: 10px 15px; 
    padding: 25px 20px;
    padding: 30px 25px;
    font-size: 19px;
    line-height: 1.1;
    color: #ffe0c8;
}
.updatespage-section-date {
    text-align: right;
    margin-top: 5px;
    opacity: 0.5;
    font-size: 18px;
}
.updatespage-section-indent {
    padding-left: 20px;
    font-size: 95%;
    padding-top: 10px;
    color: #f0f0f0;
    padding-bottom: 10px;
}


