﻿/* -------------- */
/*     reset      */
/* -------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px)
.container {
    width: 1170px;
}

@media (min-width: 768px)
.container {
    width: 750px;
}

@media (min-width: 992px)
.container {
    width: 970px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

form{padding: 30px 0;}
input{width: 30%;line-height: 2;}

.tbl{display: table;width: 100%;font-family: "Open Sans", Arial, Helvetica, sans-serif;font-weight:normal;}
.tbl thead {color: #e55b5b;}
.tbl thead th {border-bottom: 1px dashed #BDBDBD;border-top: 1px dashed #BDBDBD;padding: 20px 10px;text-align: left;}
.tbl tbody {display: table-row-group;vertical-align: middle;}
.tbl tbody th{text-align: left;vertical-align: middle;font-weight:bold;border-bottom: 1px dashed #BDBDBD;}
.tbl tbody td{border-bottom: 1px dashed #BDBDBD;padding: 14px 10px;}
.tbl tbody td i{font-size: 87.5%;color:#666;}

.red{border-left: 5px solid #cc3333;}
.yellow{border-left: 5px solid #ffff00;}
