<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------------------------------------------
+
+   MARKETVIEW DATA GUIDE
+
-------------------------------------------------------------------------------------- */

@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300|Titillium+Web:400,300&amp;subset=latin,latin-ext);

body {
    background-color: #fff;
    font-size: 14px;
    font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight:400px;
    line-height: 160%;
    color:#454545;
    }
	strong{ font-weight:700;}
    a, a:visited { 
        color: #008dac; 
        text-decoration: none; 
        }
    a:hover, a:focus { 
        text-decoration:underline; 
        }
    .mainColor {
        color: #008dac;
    }
    .mainColorLight {
        color: #7fc6d5;
    }
    p {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 18px;
    }
    .clear { clear: both; }
    .italic {
        font-style: italic;
        }

    .pageWrapper {
        width:960px;
        margin:0px auto;
        padding-top:0px;
        padding-bottom: 20px;
        overflow:hidden;
    }
    header {
        overflow:hidden;
        margin-bottom: 30px;
    }
    .column-half {
        width:auto;
        margin-right: 30px;
        float:left; 
        }
    .columns-three {
        width:32%;
        float:left;
        margin-right: 2%;
    }
    
    .no-margin {
            margin: 0;
        }
    h1 {
		font-family: "Titillium Web",Helvetica,Arial,sans-serif;		
        font-size: 31px;
        font-weight: normal;
        margin-bottom: 20px; 
		line-height:100%;
    }
    h2 {
        font-size: 17px;
        margin-bottom: 10px;
        /*font-weight: normal;*/
    }
    h3 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .logo {
        width: 156px;
        height: 55px;
        background-image: url('enverus_logo.png');
        background-repeat: no-repeat;
        float: left;
        margin-right: 0px;
		margin-top:3px;
		margin-bottom: 6px;		
    }
    .dataTable {
        margin:0 0 30px 0;
        border-bottom:2px solid #d8d8d8;
        width:100%;
        }
        .dataTable td, .dataTable th {
            border-top:1px solid #e3e3e3;
            color:#333;
            font-size:11px;
            line-height:180%;
            padding:7px 5px 5px 5px;
            text-align:left;
            vertical-align:top;
        }       
        .dataTable td p {
            color:#333;
            font-size:12px;
            line-height:160%;
        }
        .dataTable tr.alternate td {
            background:#fafafa;
        }
        .dataTable tr.alternate2 td {
            background:#f9f9f9;
        }
        .dataTable th {
            border-top: 2px solid #d8d8d8;
            color: #008dac;
            line-height: 180%;
            background: #f6f6f6;
        }
        .dataTable th span {
            font-weight:normal;
        }
        .dataTable th:first-child,
        .dataTable td:first-child {
            text-align: left;
        }
        .dataTable.small {
            width:100%;
            min-width: 240px;
        }
        .dataTable.colored-columns td, 
        .dataTable.colored-columns th {
            text-align: center;
        }
        .dataTable.colored-columns th {
            /*background: #fff;*/
        }
        .dataTable.colored-columns th:nth-child(2n),
        .dataTable.colored-columns td:nth-child(2n) {
            background: #f6f6f6;
        }
        .dataTable.colored-columns th:first-child,
        .dataTable.colored-columns td:first-child {
            text-align: left;
        }        
        .dataTable.colored-rows tr:nth-child(2n) td {
            background: #f6f6f6;
        }
        .dataTable tr.subheading td {
            border-top: 2px solid #d8d8d8;
        }
        .dataTable tr.subheading td:nth-child(2n) {
            background-color: #fff;
        }
        .dataTable.no-head tr:first-child td {
            border-top: 2px solid #d8d8d8;
        }
.legend {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 15px 20px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-bottom: 60px;
}
.backtotop {
    float: right;
    display: block;
    padding: 10px 10px 10px 20px;
    background: url('arrow.png') no-repeat left center;
}

.pageWrapper {width:100%;}
.column-left {display:block; float:left; width:100%;}
.column-right {display:block; float:left; width:100%;}
.columns-three { width:100%; float:left; margin-right: 2%;}

	
@media (min-width: 920px) {
	.pageWrapper {width:100%; max-width:1170px;}
	.column-left  {display:block; float:left; width:48%;margin-right:3%;}
	.column-right {display:block; float:left; width:49%;}
	.columns-three { width:32%; float:left; margin-right: 1%;}
}

@media (min-width: 576px) {
	.pageWrapper {
        width:960px;
        margin:0px auto;
        padding-top:20px;
        padding-bottom: 20px;
        overflow:hidden;
    }
	
	.dataTable td, .dataTable th {
            border-top:1px solid #e3e3e3;
            color:#333;
            font-size:13px;
            line-height:180%;
            padding:7px 5px 5px 5px;
            text-align:left;
            vertical-align:top;
        }
	}

@media (min-width: 350px) {
    .logo {
        width: 156px;
        height: 55px;
        background-image: url('enverus_logo.png');
        background-repeat: no-repeat;
        float: right;
        margin-right: 0px;
		margin-top:24px;
    }
	</pre></body></html>