h1{font-size:22px;margin:0px;margin-bottom:10px;padding:0px;text-decoration:none;text-align:center;text-shadow:1px 1px 5px #999}
h2{font-size:22px;font-weight:normal;margin:0px 0px 6px 0px;text-decoration:none;text-shadow:1px 1px 5px #999}
h3{font-size:19px;font-weight:bold;margin:0px auto 6px auto;text-shadow:1px 1px 5px #999}
h4{font-size:17px;margin-bottom:3px;margin-top:0px;text-shadow:1px 1px 5px #999}
h5{font-size:15px;text-shadow:1px 1px 5px #999}
h6{font-size:13px;text-shadow:1px 1px 5px #999}
.float-left{}
.float-right{}

/*** IMAGES ***/
#content_body .include-body-top img{margin:0}
.img-thumbnail{
   padding: .25rem;
   background-color: #fff;
   border: 1px solid #dee2e6;
   border-radius: .25rem;
   max-width: 100%;
   height: auto;
}
.img-fluid{}
.img_splash{}

/*** TEXT STYLES ***/
.font-size90{font-size:90%}
.font-size80{font-size:80%}
.text-center{}
.text-right{}

.content_body p{text-indent:10px}
.content_body table{margin:0 0 20px 0}
.content_body ul,.content_body ol{padding-left:15px}

/* tables */
.table{}
.table-bordered{}
.table-hover{}
.table-responsive{}
.table tr th{background-color:rgb(242, 222, 222)}
.table tr td{background-color:rgba(255, 255, 255, 0.7)}

/*** TMP ***/
.del-border{border:1px solid #000}

/*** CORP STYLE ***/
.line-black{background-color:#000;height:10px}
.line-red{background-color:#d81b1d;height:10px}
.lines-red{background:repeating-linear-gradient(45deg,rgba(216, 27, 29, 0.3),rgba(216, 27, 29, 0.3) 10px,rgba(255, 255, 255, 0.25) 10px,rgba(255, 255, 255, 0.25) 20px)}
.line-lime{background-color:#b1c901;height:10px}
.lines-lime{background:repeating-linear-gradient(45deg,rgba(177, 201, 1, 0.3),rgba(177, 201, 1, 0.3) 10px,rgba(255, 255, 255, 0.25) 10px,rgba(255, 255, 255, 0.25) 20px)}
.line-orange{background-color:#f07d00;height:10px}
.lines-orange{background:repeating-linear-gradient(45deg,rgba(240, 125, 0, 0.3),rgba(240, 125, 0, 0.3) 10px,rgba(255, 255, 255, 0.25) 10px,rgba(255, 255, 255, 0.25) 20px)}

/*** ADDON ***/
#letter_dir{width:180px;margin-top:0px;text-transform:uppercase;color:rgb(0, 0, 0);background-color:transparent;border-color:rgb(217, 83, 79)}

#letter_dir:hover{
    box-shadow:0 0 6px 4px #e31e24, 0 0 5px 4px rgba(0,0,0,0), 0 0 5px 6px #e31e24;
}