#header {
    background: #000000;
    color: #FFFFFF;
    height: 130px;
    width: 100%;
    padding-top: 50px;
}

#header h1{
    text-align: center;
}

#content {
    width: 980px;
    margin: auto;
}

#condition {
    margin: 20px;
    text-align: center;
}

#total_result {
    margin: 20px;
    border: 1px solid #808080;
    padding: 20px;
    background-color: #F2F2F2;
}

#total_result h2 {
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px dashed #000000;
    width: 500px;
    margin: auto;
}

#total_result h3 {
    border-left: 6px solid #000000;
    padding-left: 10px;
    display: inline;
    font-size: 1em;
    
}

#total_result_outline {
    background-color: #FFFFFF;
    margin: 20px;
}

#total_result_outline .outline_coutent {
    float: left;
    margin-left: 10px;
    width: 250px;
}

#total_result_outline .outline_coutent .count {

    font-size: 1.5em;
    color: #28ABE3;
}

.component {
    background-color: #FFFFFF;
    padding: 10px;
    margin: 20px;
    width: 93%;
    overflow: hidden;
    float: left;
}

#total_result .component h3 {
        border-bottom: 2px solid #808080;
        display: block;
        width: 95%;
        margin-bottom: 15px;

}

.half {
    width: 388px;
}

ul {
    list-style-type: none;
    margin-left: 5px;
}

.component ul li .title {
    width: 77%;
    overflow: hidden;
    display: block;
    float: left;
    white-space: nowrap;
}

.component ul li .value {
    width: 20%;
    overflow: hidden;
    display: block;
    text-align: right;
    float: right;
    margin-right: 3%;
}

#summary_table {
    width: 80%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    border: 2px solid #000000;
}
#summary_table th,
#summary_table td{
    height: 30px;
    background-color: #FFFFFF;
}
#summary_table .count {
    font-size: 1.5em;
    color: #28ABE3;
}

.error-message {
  color: red;
}
.alert {
  margin-top: 1em;
}
