#fob-tmation .tool-module {
    padding-top: 60px
}

#fob-tmation .tool-module .tool-label {
    display: block;
    margin-bottom: 25px
}

#fob-tmation .calculation {
    display: block;
    width: 800px;
    margin: 0 auto 0
}

#fob-tmation .calculation-module {
    display: inline-block;
    width: 600px;
    margin: 0 100px;
    text-align: left
}

#fob-tmation .calculation-module .module-topic {
    padding: 0 30px;
    float: left;
    width: 100%;
    margin-bottom: 15px
}

#fob-tmation .calculation-module .module-topic .calculation-results {
    font-size: 30px
}

#fob-tmation .calculation-module .module-ftsub {
    padding: 0 30px;
    float: left;
    width: 100%;
    margin: 10px 0 30px 0;
    text-align: center
}

#fob-tmation .calculation-module .module-ftsub .resusub-btn {
    padding: 0 30px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    color: #f44534;
    border: 1px solid #f44534;
    -webkit-box-shadow: 1px 1px 3px #ddd;
    -moz-box-shadow: 1px 1px 3px #ddd;
    box-shadow: 1px 1px 3px #ddd;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: transparent;
    outline: 0
}

#fob-tmation .calculation-module .module-label {
    float: left;
    width: 50%;
    padding: 0 30px;
    margin-bottom: 15px
}

#fob-tmation .calculation-module .module-label label {
    display: block;
    position: relative
}

#fob-tmation .calculation-module .module-label label .clear_txt {
    display: none;
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 3;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 15px;
    color: #666
}

#fob-tmation .calculation-module .module-label label .clear_txt.show {
    display: block
}

#fob-tmation .calculation-module .module-label .t {
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding: 2px 10px 2px 7px;
    border-left: 3px solid #ddd;
    line-height: 1;
    margin: 10px 0
}

#fob-tmation .calculation-module .module-label .fonttext {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 35px 0 15px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#fob-tmation .calculation .ac {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 1.6
}

#fob-tmation .calculation .ac a {
    color: #f44534
}