﻿body{
    margin-bottom: 40px;
}

#file-not-found {
    padding-left: 30px;
    font-weight: bold;
    font-size: 20px;
}

.detail-box {
    margin-top: 20px;
    margin-bottom: 15px;
}

.detail-box > .back {
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
}

.detail-box .name-box {
    padding-left: 15px;
    padding-bottom: 10px;
}

.detail-box > .row img {
    max-height: 300px;
    top: -40px;
    position: relative;
}

.detail-box > .row img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (max-width: 768px) {
    .detail-box > .row > .card {
        padding-top: 0;
    }

    .detail-box > .row img {
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        top: 0;
    }
}

.card {
    padding-top: 10px;
}

.card > .h3 {
    margin-bottom: 35px;
    color: #3a3a3a;
}

.card > .info > p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
}

.list-box {
    padding: 20px 15px 0;
}

.list-box > .column {
    margin-bottom: 35px;
}

.list-box > .column > h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    color: #985f0d;
}

.list-box > .column > .content {
    font-size: 16px;
    padding-left: 15px;
}

.list-box > .column > .content > .list {
    padding-left: 20px;
}