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

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

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

.divlists>div>div {
    margin-bottom: 0;
}

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

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

.urlslugbut button{
    padding: 0.25rem 0.5rem;
    border: 1px solid #2196F3;
    background-color: #2196F3;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.urlslugbut button.cler{
    border: 1px solid #eeeeee;
    background-color: transparent;
    color: #444;
    margin-left: 0.5rem;
}

.night .urlslugbut button.cler{
    border: 1px solid #444;
    color: #888;
}

.urlslugres{
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    display: none;
    border-radius: 3px;
}

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

.urlslugres h4{
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.5rem;
    font-size: 0.6rem;
    background-color: #f6f7fa;
    border-bottom: 1px solid #e8e8fd;
}

.urlslugres h4 span{
    float: right;
    cursor: pointer;
    margin-right: 0.5rem;
}

.night .urlslugres h4{
    background-color: #444;
    border-bottom: 1px solid #444;
}

.urlslugres ul{
    padding: 0.75rem;
}

.urlslugres li{
    margin-bottom: 0.5rem;
}

.urlslugres li:last-child{
    margin-bottom: 0;
}

.urlslugres li span{
    display: inline-block;
}

.urlslugres li p{
    display: inline-block;
}

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