body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    margin: 5px auto;
    line-height: 1.6em;
    }
div#content div.sector_content {
    padding: 0px;
    margin: 0px auto;
    min-width: 200px;
    max-width: 1920px;
    }

h1, h2, h3, h4, h5, h6 {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        margin-top: 0.8em;
        margin-bottom: 0.2em;
        line-height: 1.2em;
        color: #0098d7;
    }

ul.tabs {
    margin: 10px 0;
}
.clear {
    clear:both;
}
ul.tabs ul {
    float: left;
    padding-top: 4px;
}
ul.tabs li {
    display: inline;
}
ul.tabs li, ul.tabs li a {
    float: left;
}
ul.tabs li.active {
    background: #0f6aa9;
}
ul.tabs li.active a {
    color: #fcfbf9;
}
ul.tabs li a:hover {
    color: #ffffff;
    background: #0098d7;
}
.tab_content {
    padding: 10px;
    min-height: 100px;
    border-top: 2px #0f6aa9 solid;
}
.tab_content h3 {
    margin-bottom: 12px;
}
.tab_content p {
    line-height: 150%;
}
ul.tabs li a {
   text-decoration: none;
   padding: 8px;
   color: #0f6aa9;
   font-weight: bold;
}

.center{
    margin:0 auto;
    text-align:center;
}
.clear {
    clear: both;
}

.clearl {
    clear: left;
}

.clearr {
    clear: right;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.button {
    background-color: #efefef;
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #767676;
}

summary {
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 0.8em;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
    line-height: 1.2em;
    color: #08306b;
}

figcaption {
    font-style: italic;
}

/* RGB color swatch ------------------------------------------------------------- */

div.rgb-swatch {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #262626;
	box-sizing: border-box;
	display: inline-block;
	height: 27px;
	width: 50px;
	/* applies 1px top, 2px right, 0 bottom, 4px left (clockwise, starting at top) */
	margin: 1px 5px 1px 5px;
}
div.rgb-swatch2 {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
	box-sizing: border-box;
	display: inline-block;
	height: 27px;
	width: 60px;
	/* applies 1px top, 2px right, 0 bottom, 4px left (clockwise, starting at top) */
	margin: 1px 5px 1px 5px;
}

/* **********text product formatting************* */
.textproduct {
    font-size:10.5pt;
    width:800px;
    margin-right:auto;
    margin-left:auto;
    border:2px solid #BDBDBD;
    padding-left:10px;
    background-color:#FCFCFC;
}

.textbackground {
    width: 990px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    margin-right: auto;
    margin-bottom:0px;
    margin-top:5px;
}