/* For renegade etf report. RAW 5/14/19 */

/**
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	box-sizing:         border-box;
}


.sides {
margin-left: 0%;
/*width: 80%;*/
background-color: #070707;
}

/* main frame */
.center {
/* top, right, bottom, left */
/* margin: 0% 95% 0% 5%; */
/*margin-left: 5%;
margin-right: 95%; */
width: 100%; /* 90% */
align-items: center;
background-color: #ffffff;
/* border */
border: 40px;
border-top: 1px;
border-bottom: 1px;
border-style: solid;
border-color: #ffffff;
/* padding */
padding: 1px 1px 1px 1px;
/* padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px; */
}


p, body {
	color: #070707;
        background-color: #070707;
	line-height: 1.2;
	margin: 2px;
	color: #070707; 
background-color: #ffffff;
font-family: "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

p {
    text-align: left;
    padding-left: 20%;
    padding-right: 20%;
    
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
}

html,
button,
input,
select,
textarea {
	font-family: arial, Helvetica, verdana, sans-serif;
}


a {
	color: #070707;
	text-decoration: underline;
}

a:visited {
	color: #070707;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ff0000;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 1.3;
        color: #070707
}

h1 {
	font-size: 36px;
	margin: 20px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 6px 0;
	padding: 5px 0 0 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 10px 0 14px;
}

code,
kbd,
pre,
samp {
/* raw	font-family: monospace, serif; */
	font-family: monospace;
	font-size: 14px;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
    list-style-type:disc;
    margin: 0 0 12px 0;
    padding: 5px 0 0 25%;
    text-align: left;
/*    text-align: center;*/
}

/* turns text input area background color */
input[type="text"], textarea {
    background-color: #f6f680;  /* yellow */
}


textarea {
	overflow: auto;
	vertical-align: top;
/*	background: #666666;*/
}

table {
/*	border-bottom: 1px solid #ededed; */
/*	border-collapse: collapse;
        color: #070707;
        background-color: #ffd040; */
	border-spacing: 0px;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 10px;
/*	width: 800px; */
        width: 100%;
}

td, th {
/*	border-top: 1px solid #ededed; */
	padding: 4px 1px 4px 1px;
}


/* caption, th, td, table { */
/*table, th, tr, td {*/
th, tr, td {
color: #070707;
/* background-color: #ffffff; */
font-size: 13px;
font-weight: normal;
text-align: center;
vertical-align: middle;
border: 1px solid black;
/* column-width: 100px; */
/* border-collapse: collapse; */
margin: 10px 15px 10px 20px;
}

/*.center table, th, tr, td {*/
.center table {
    width: 100%;

}

th {
    background-color: #bbb;
    color: #070707;
    border-bottom-width: 1px;
    border-bottom-style: double;
/*	font-weight: bold;*/
}

.center .tabletop table {
     width: 500px;
/*    width: auto; */
/*    margin: 10px auto; */
/*    column-width: 100px; */
    table-layout: auto;
/*    border: 0px solid white; */
/*    border-color: #ccc; */
    border-collapse: collapse;
/*    border-spacing: 0px; */
/*    background-color: #ccc; */
}

.center .tabletop_wide table {
     width: 800px;
    table-layout: auto;
    border-collapse: collapse;
}

tr:nth-child(even) {background-color: #eeeeee;}

caption {
color: #070707;
background-color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	margin: 2px 0;
border: 1px solid white;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:active {
	background: #ed6a31; /* Old browsers */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
/*input[type="submit"]:active,*/
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
/*	border-top: 3px solid #b93207;*/
/*	padding: 10px 24px 11px;*/
}


.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 60%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

