.main {
    max-width: 750px;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
    background-color: #fff;
}
h1 {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
}
h3{
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
}
p {
    padding: 5px 0;
    text-indent: 1em;
}
.ted0{
    text-indent: 0em;
}
.ted2{
    text-indent: 2em;
}
a {
    cursor: pointer;
    color: #2c3e50;
    text-decoration: none;
    word-break: break-all;
}
label{
    float: left;
    font-size: 36px;
    line-height: 20px;
}

