body{
    text-align: center;
    width: 100%;
    background-color: #9ac3cf;
    overflow-x: hidden
}
h1{
    font-family: "Trebuchet MS", Helvetica, sans-serif;;
    margin-top: 10px;
    color: #57c5e0;
}
.container{
    margin-top: 20px;
    text-align: center;
    width: 70%;
    margin-left: 15%;
    padding: 10px;
    border: none;
    background-color: #f3f3f3;
    border-radius: 30px;
}
.buttoncont{
    text-align: left;
    user-select: none;
}
iframe{
    margin-top: 10px;
    width: 100%;
    height: 450px;
    border: none;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.charcount{
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: right;
    margin-right: 15px;
    color: #2a86a19f;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
}
button:focus{
    outline: none;
}
span.segment{
    display: inline-block;
    /* height: 15px; */
    border-left: 1px solid #d6d6d6;
    margin-left: 5px;
    padding-left: 3px;
}
span.segment:first-child{
    border-left: none;
}
span.finalseg{
    border-left: none;
    float: right;
}
select{
    display: inline-block;
    height: 20px;
    border: none;
    position: relative;
    top: -7px;
    background-color: transparent;
    cursor: pointer;
}
option{
    background-color: #f3f3f3;
}
.charcount button{
    padding: 0;
}
.charcount i{
    padding: 7px;
}
i.on{
    background-color: #57c5e0;
    /* color: #f3f3f3; */
    border-radius: 4px;
}
i.disable{
    cursor: default;
    color: rgba(0, 0, 0, 0.37);
}
i.dropped{
    background-color: #57c4e02c;
    border-radius: 20px;
}
.optionspan button{
    cursor: default;
}
.dropdowncont{
    margin-top: 6px;
    padding-top: 4px;
    text-align: left;
}
.hidden{
    display: none;
}
input[type="color"]{
    -webkit-appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    position: relative;
    top: -5px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    margin-left: 3px;
    outline: none;
}










@media only screen and (max-width: 1200px){
    body{
        text-align: center;
    }
    .container{
        display: inline-block;
        margin-left: 0;
        width: 90%;
    }
}

@media only screen and (max-width: 900px){
    body{
        font-size: 0.5em;
    }
}

@media only screen and (max-width: 850px){
    .segment#edit{
        display: none;
    }
}
@media only screen and (max-width: 750px){
    .segment#misc{
        display: none;
    }
    span.finalseg{
        float: none;
        border-left: 1px solid #d6d6d6;
    }
    #more{
        display: none;
    }
    .hidden{
        display: inline;
    }
    span.segment{
        border: none;
    }
    h1{
        font-weight: bold;
    }
}
