#login label {
    width: 50%;
    font-size: 110%;
    font-weight: bold;
    margin-top: 1em;
    color: #444;
}

#login input {
    width: 50%;
    border: 1px solid #999;
    border-radius: 3px;
    margin-bottom: 0.5em;
}

div#form {
    background: #eee;
    border-radius: 1em;
    padding: 1em;
    margin: 1em 0;
}

.details {
    display: none;
}

.form-check-input {
    margin-left: 0.4em;
}

table.table a {
    background: #fff;
    padding: 0.2em;
    border-radius: 0.2em;
}

table.table td {
    line-height: 31px;
}

#genre-counts{
    float: right;
}

#publish {
    display: none;
    position: fixed;
    bottom: 0;
    background: #eafff5;
    height: 70px;
    width: 100%;
    left: 0;
    border-top: 3px solid #198754;
    box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
}

#btn-publish {
    margin-top: 7px;
    font-size: 150%;
    float:left;
}

#publish-stats {
    font-size: 120%;
    padding: 0.9em;
    margin-left: 10em;
}

#shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}