textarea{
    resize: none !important;
}

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

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

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

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

.popupsetup{
    display: none;
}

.batchurlres{
    background-color: #181818;
    color: #fff;
    padding: 0.5rem;
    border-radius: 3px;
    margin-top: 0.75rem;
    display: none;
}

.batchurlres p{
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
}

.batchurltips{
    background-color: #181a1b;
    padding: 0.5rem 0.75rem;
    margin-top: 0.75rem;
    border: 1px solid #444;
    border-radius: 6px;
    color: #eee;
}

.batchurltips h3{
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
}

.batchurltips p{
    line-height: 2;
}

.batchurltips .codedivs{
    background-color: #3c3c3c;
    color: #fff;
    padding: 0.35rem;
    border-radius: 3px;
    margin: 0.25rem 0;
}

.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;
}

.divbuts button:nth-child(3){
    
}

@media screen and (max-width: 980px){
    .batchurlopener>div{
        padding: 0.25rem;
        width: 100%;
        float: unset;
    }
}

@media screen and (max-width: 886px){
    .batchurlopener>div{
        padding: 0.25rem;
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 680px){
    .batchurlopener>div{
        padding: 0.25rem;
        width: 100%;
        float: unset;
    }
}

@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;
    }
}