textarea{
    resize: none !important;
}

.testssl{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px 3px 0 0;
}

.night .testssl{
    border:1px solid #444;
}

.testssl>div{
    padding: 0.25rem;
    width: 50%;
    float: left;
}

.testssl>div>div{
    margin-bottom: 0 !important;
}

.divbuts{
    padding: 0.5rem;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.night .divbuts{
    border:1px solid #444;
    border-top:0;
}

.divbuts button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.divbuts button:nth-child(1) {
    background-color: #009688;
}

.divbuts button:nth-child(2) {
    background-color: #795548;
}

@media screen and (max-width: 390px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .divbuts button:nth-child(3){
        width: 100%;
        margin-top: 0.5rem;
    }
}

.download-area {
    background: #edf4fa;
    border-radius: 3px;
    padding: 0 0.5rem;
    margin-top: 0.75rem;
    border: 1px solid #c1d8e8;
}

.night .download-area{
    display: block;
    background-color: #181a1b;
    border: 1px solid #444;
}

.download-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c1d9e9;
    padding: 0.5rem 0;
}

.night .download-row{
    border-bottom: 1px solid #444;
}

.download-row:last-child {
    border-bottom: none;
}

.night .download-row:last-child {
    border-bottom: none;
}

.download-row span {
    color: #1d4e72;
    min-width: 6rem;
    font-size: 0.7rem;
}

.night .download-row span {
    color: #eee;
}

.download-row button {
    background: #fff;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    color: #0b3954;
    border: 1px solid #a5c4da;
    transition: 0.1s;
    font-size: 0.5rem;
    cursor: pointer;
}

.download-row button:first-child{
    margin-right: 0.25rem;
}

.night .download-row button{
    background: #181a1b;
    color: #aaa;
    border: 1px solid #444;
}

@media screen and (max-width: 600px){
    .testssl>div {
        width: 100%;
    }
}

@media screen and (max-width: 390px){
    .download-row {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .download-row span {
        margin-bottom: 0.5rem;
    }
}