@charset "utf-8";

/*********************************************************************
 *
 *  </css/news.css>
 *
*********************************************************************/

/* news */
/* --------------------------------------------------------------------------- */
#news h2 {
width:auto;
height:auto;
margin:auto;
text-indent:0px;
font-size:125%;
line-height:1.5em;
font-weight:bold;
margin-bottom:20px;
border-bottom:1px solid #16a085;
color:#16a085;
}

#news h3 {
min-height:auto;
text-indent:0px;
background-image:none;
font-weight:bold;
margin-bottom:10px;
color:#16a085;
}

#news h3.mb0 {
min-height:1em;
text-indent:0px;
background-image:none;
font-weight:bold;
margin-bottom:2px;
color:#16a085;
}

#news table {
border:1px solid #dfdfdf;
border-collapse:collapse;
border-spacing:0;
margin-bottom:30px;
}

#news th {
border:1px solid #dfdfdf;
padding:5px;
text-align:center;
}

#news td {
border:1px solid #dfdfdf;
padding:5px;
text-align:center;
}

#news p {
margin-bottom: 20px;
}

#news .list-caption {
margin-bottom: .5em;
}

#news figure,
#news .list-group {
margin: .5em 0 1.67em;
}

#news .list-style-disc {
margin-left: 2em;
list-style: disc;
}

.list-group > li {
line-height: 1.667;
}

.list-group > .with-padding-bottom {
padding-bottom: .5em;
}

#news p > strong,
#news li > strong {
font-weight: bold;
}

#news .align-center {
text-align: center;
}

#news figcaption,
#news .note-text {
color: #808080;
}

#news .float-left {
float: left;
margin: 0 1em 1em 0;
}