.tl_title {
    width: 400px;
    /*background-color: red;*/
}

.tl_content{
    margin-left: 5px;
}

.tl_c_title{
    font-size: 20px;
    font-weight: bold;
    color: rgb(27, 183, 205);
    line-height: 40px;
}

.tl_c_2{
    line-height: 30px;
}

.tl_c_3{
    font-size: 12px;
    line-height: 30px;
}

.tl_c_4{
    margin-top: 5px;
    font-size: 12px;
    font-weight: 900;
    line-height: 30px;
}

.tl_c_5{
    width: 400px;
    line-height: 30px;
}

.tl_c_6{
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}

.tl_c_7{
    width: 400px;
    line-height: 30px;
}

.button{
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: rgb(27, 183, 205);
    width: 120px;
    height: 30px;
    border: none;
    border-radius: 5px;
    white-space: pre;
}