#settings{
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 45px;
    right: 45px;
    display: none;
    z-index: 15;
    background-color: rgba(255,255,255,0.95);
    background-image: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.3)100%);
    /*border-radius: 15px;*/
    -webkit-animation: showSoftly 0.5s;
    padding: 30px 30px 30px 30px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

#settingsMainBox{
    color: #8E354A;
    display: block;
    padding: 15px 15px 15px 15px;
    width: 100%;
    overflow: scroll;
}

#settingsTitle{
    font-size: 250%;
}

#close{
}

@-webkit-keyframes showSoftly /* Safari 与 Chrome */
{
    from {opacity: 0;}
    to {opacity: 100%;}
}

.settingItemTitle{
    font-size: xx-large;
    border-bottom: 2px solid #8E354A;
}

.singleSettingItem{
    margin: 15px 45px 0 0;
    padding: 5px 0 5px 0;
    font-size: x-large;
}

.closeSVG{
    width: 45px;
    height:45px;
}

.settingItemButton{
    padding: 3px 15px 3px 15px;
    min-width: 50px;
    margin: 0 0 0 10px;
    color: rgba(0,0,0,0.7);
    /*border-bottom: 2px solid #FEDFE1;*/
    /*border-radius: 5px;*/
    text-align: center;
}

.settingItemButton:hover{
    /*background-color: rgba(0,0,0,0.1);*/
    color: #8E354A;
    font-weight: bold;
    border-bottom: 2px solid #8E354A;
}

.settingItemButtonOn{
    background-color: rgba(219,77,109,0.05);
    padding: 3px 15px 3px 15px;
    min-width: 50px;
    margin: 0 0 0 10px;
    color: #8E354A;
    font-weight: bold;
    border-bottom: 2px solid #8E354A;
    /*border-radius: 5px;*/
    text-align: center;
}

#previewDiv{
    width: 100%;
}

#textPreview{
    color: white;
    background-color: rgba(0,0,0,0.4);
    font-size: medium;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    border: 3px solid rgba(255,255,255,1);
    width: 95%;
    min-height: 20vh;
}

.deleteCookie{
    margin: 15px 0 15px 0;
    width: auto;
 }

.deleteCookie:hover{
    color: rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.1);
}

div.importer-exporter {
    margin-bottom: 15px;
}

div.importer-exporter span {
    margin-right: 45px;
}

div.importer-exporter span:hover {
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.1);
}
