td .cover {
    width: 130px;
    height: 98px;
    background-size: cover;
}

.pages-navigator {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pages-navigator li {
    border-bottom: 1px solid silver;
    padding: 5px;
    text-align: center;
    background-color: #EEEEEE;
}

.gritter-top-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 10px;
}

@media only screen and (max-width: 767px) {
    .gritter-top-center {
        left: 16%;
        right: 16%;
        top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .gritter-top-center {
        left: 30px;
        right: 30px
    }
}

@media only screen and (max-width: 320px) {
    .gritter-top-center {
        left: 10px;
        right: 10px
    }
}

.form-group .label {
    line-height: 25px;
    height: auto;
}

.color-well {
    width: 100px;
    height: 20px;
    border: 1px solid silver;
    display: inline-block;
}

.tags {
    width: auto;
}