﻿.smText {
    margin: 10px 0;
}

.smTextBox {
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 1px 2px 1px rgba(0,0,0,.072);
}

.smText > p {
    font-weight: 500;
    font-size: 18px;
    height: 66px;
    line-height: 66px;
    padding-left: 15px;
    margin: 0;
}

.smText .smTextBox {
    padding: 32px 26px;
    font-size: 16px;
    color: #58585a;
    border: 1px solid #e1e1e1;
}

.smTextBox p {
    margin: 0;
}

.smText > span {
    font-size: 12px;
    line-height: 18px;
    color: #58585a;
    padding-left: 15px;
}

.smText .smTextBox1 {
    padding: 0;
}

.smTextBox1 {
    margin-top: 5px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    background-color: transparent;
}

.smText .smTextBox1 tr {
    height: 78px;
}

    .smText .smTextBox1 tr td {
        line-height: 78px;
    }

.table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.smText .smTextBox1 span {
    color: white;
    font-weight: 600;
    display: inline-block;
    margin-left: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.level-1 {
    background-color: #59D6FF;
}

.level-2 {
    background-color: #19acf2;
}

.level-3 {
    background-color: #5ED522;
}

.level-4 {
    background-color: #24B462;
}

.level-5 {
    background-color: #ffc20d;
}

.level-6 {
    background-color: #ff5605;
}

.table-bordered {
    border: 1px solid #ddd;
    font-size: 14px;
   
}

.smTextBox2 {
    margin-left: 15px;
    margin-right: 15px;
}

.smText .smTextBox2 th {
    font-weight: bold;
    text-align: center;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}

.smText .smTextBox2 td {
    text-align: center;
    border: 1px solid #ddd;
}

.content .smText > a {
    color: #337ab7;
    text-decoration: none;
    padding-left: 15px;
    background-color: transparent;
    cursor: pointer;
}

#download {
    font-size: 12px;
}
