#tool_links_content{
    margin: 0px auto 20px auto;
    text-align: left;
    width: 90%;
}
.title_bar{
    background: #171c61;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 10px 0px 10px 55px;
    position: relative;
    width: 100%;
}

.title_bar:first-of-type{
    margin-top: 0px;
}

.title_bar:before{
    background: #ffad00;
    content: "";
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0px;
    width: 7px;
}

.title_bar:first-child{
    margin-bottom: 42px;
}

.topic_line{
    margin-top: 15px;
    position: relative;
}

.topic_line:before{
    background: -moz-linear-gradient(to bottom, #94BFB6 0%, #7DD3D4 2%, #7DD3D4 40%, #ADDEDB 100%);
    background: -o-linear-gradient(to bottom, #94BFB6 0%, #7DD3D4 2%, #7DD3D4 40%, #ADDEDB 100%);
    background: -webkit-linear-gradient(to bottom, #94BFB6 0%, #7DD3D4 2%, #7DD3D4 40%, #ADDEDB 100%);
    background: linear-gradient(to bottom, #94BFB6 0%, #7DD3D4 2%, #7DD3D4 40%, #ADDEDB 100%);
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    width: 8px;
}

.topic_line .time_pick{
    display: inline-block;
    position: relative;
}

.topic_line .text_input{
    border: 1px solid #D7DADC;
    border-radius: 3px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    outline: 0px;
    padding: 3px 8px;
}

.topic_line #report_time + i{
    color: #B7BBBC;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 8px;
}

.topic_line label{
    font-size: 14px;
    font-weight: normal;
    margin-right: 6px;
}

.tool_content{
    padding: 2px 10px 2px 40px;
}

.tool_content a.tool_mark{
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 15px;
    padding-left: 42px;
    position: relative;
    text-decoration: none;
}

.tool_content a.tool_mark:before{
    color: #1E5586;
    content: "\f0c1";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 2px;
    position: absolute;
}

.tool_content a.tool_mark.download_tool:before{
    content: "\f019";
}

.tool_content label{
    font-size: 14px;
    font-weight: normal;
    margin-right: 6px;
}

.topic_line .text_input {
    border: 1px solid #D7DADC;
    border-radius: 3px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    outline: 0px;
    padding: 3px 8px;
}

span.download_span {
    margin-left: .3em;
    padding: 6px;
    background: #a3dbd8;
}

span.download_span:hover{
    cursor: pointer;
    background: #a3dbd887;
}

i.fa-download {
    font-size: 1.5em;
    vertical-align: middle;
    color: #FFFFFF;
}

i.fa-file {
    color: #1E5586;
    font-family: "FontAwesome";
    font-size: 16px;
    left: 2px;
}

.tool_content select#download_template{
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 15px;
    margin-left: 16px;
    position: relative;
    text-decoration: none;
    min-height: 2em;
    padding: 4px;
}
