.result-wrapper {
    height: 1400px;
    width: 980px;
    /*height: 1100px;*/
    /*width: 892px;*/
    background: url('/assets/main/images/bg-result.jpg');
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    border: 2px solid #444;
}

.result-content {
    position: absolute;
    top: 280px;
    left: 100px;
    font-size: 15px;
}

.result-content .label {
    margin-right: 20px;
    min-width: 160px;
    text-align: left;
    font-weight: 600;
    position: relative;
}

.result-content .label::after {
    content: ':';
    position: absolute;
    right: 10px;
}

.result-s-photo {
    width: 120px;
    position: absolute;
    right: 100px;
    top: 200px;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 120px;
}

.result-footer {
    position: absolute;
    bottom: 90px;
    left: 80px;
    font-size: 14px;
    text-align-last: left;
}

.table-bordered th, .table-bordered tr, .table-bordered td{
    background-color: transparent;
}

.term-wrapper {
    position: absolute;
    left: 0;
    top: 240px;
    font-weight: 600;
    right: 0;
    margin: auto;
}