body{    
    background-image: url("/img/bg/town.gif");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.update{
    border: dashed 2px var(--main-light);
    padding: 10px 30px;
}

.listtable colgroup col:nth-child(1){
    width: 68%;
}
.listtable colgroup col:nth-child(n+2){
    width: 16%;
}

.logmeta {
    border-bottom: ridge 4px var(--main-light);
}

.mainwindow{
    padding: 0px 20px;
}
