body {
    font-family: sans-serif;
}

a.active{color:red;}

input[type=text], input[type=url], textarea {
    width: 100%;
}

Button.thumbs, Button.thumbs:hover {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

Button.thumbs.active {
    background: green;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    pointer-events: all;
    justify-content: center;
    align-items: center;
    display: none;
}

#overlayInside {
    color: white;
    font-size: 28px;
    font-family: Arial, sans-serif;
}

#content {
    position: relative;
    z-index: 1;
}

/* TODO: Make this work. */
.wideDialog {
    width: 100% !important;
    max-width: 100% !important;
}

.edit {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.ad { border: 1px solid gray; border-radius: 15px; margin: 2px }