
.idle-rpg-module.logo-column {
    width: 80px;
}
.idle-rpg-module.logo-img {
    max-width: 85px;
    max-height: 85px;
}
.idle-rpg-module.video-field-example {
    width: 370px;
}
.idle-rpg-module.cell-title.title {
    font-size: 1.1em;
}
.idle-rpg-module.cell-title.additional {
    font-size: 0.8em;
}
#idle-rpg-review-form h3 {
    /*padding-top: 20px;*/
    text-align: center;
}
#idle-rpg-review-form table th {
    width: 30%;
}
.idle-rpg-review-save-btn {
    width: 100%;
}

.idle-rpg-score {
    font-size: 1.1em;
    font-weight: bold;
}
.idle-rpg-score-on {
    font-size: 0.8em;
}
.idle-rpg-score.score-good {
    color: #00b300;
}
.idle-rpg-score.score-average {
    color: #fdbd00;
}
.idle-rpg-score.score-bad {
    color: #ff0d00;
}
.idle-rpg-module.image {
    max-width: 100%;
}

.idle-rpg-module-view {
    padding-top: 20px;
}
.idle-rpg-module-view .head {
    font-weight: bold;
}

.files-module.img-preview {
    max-width: 150px;
    max-height: 150px;
}
.files-module.preview-column {
    width: 100px;
}
.files-module.does-not-exist {
    color: red;
    font-size: 0.8em;
}
.files-module.uploaded-on {
    font-size: 0.8em;
}
