.html-render {
    max-width: 90%;
    display: block;
    padding: 15px;
}
.lef-block {
    float: left;
    width: 70%;
    display: block;
}
.right-block {
    float: left;
    display: block;
    width: 30%;
}
select {
    min-width: 200px;
    float: left;
    width: 100%;    }
textarea {
    min-width: 200px;
    float: left;
    width: 50%;    }
.block {
    float: left;
    display: inline-block;
    margin-right:20px;
}
.btn {
    text-align: center;
    display: block;
    float: left;
    min-width: 100px;
    background-color: #5785d0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 1px 1px 1px #000;
    margin-top: 10px;
}
.btn:hover {
    color: #fff;
}
.guides {
    float: left;
    width: 100%;
    display: block;
    padding-left: 1%;
    font-weight: bold;
}
.anchorwrap {
    float: left;
    width: 100%;
}
small {
    width: 100%;
    float: left;
}
.tableclass td {
    padding-left: 0;
}
#submit {
    font-weight: bold;
    }
