<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('fonts/Bebas-Neue-fontfacekit/stylesheet.css');
@import url('fonts/news-cycle-fontfacekit/stylesheet.css');

body {
    background: #f7f7f7;
    color: #555;
    cursor: default;
    font-family: 'NewsCycleRegular', Helvetica, 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
}

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

a:hover {
    color: #a7a7a7;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
} 

blockquote, p, form, fieldset, table, ol, ul, pre {
    line-height: 1.35em;
    margin: 10px 0 25px 0;
}

blockquote, q {
    font-style: italic;
}

blockquote:before, q:before {
    content: url('../images/freshlr-blockquote.html'); 
    float: left;
    margin: 0 10px 10px 0;
}

blockquote.white:before {
    content: url('../images/freshlr-blockquote-white.html'); 
}

em {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'PermanentMarkerRegular', 'BallparkWeiner', 'GoudyBookletter1911Regular', BebasNeueRegular, Helvetica, "Lucida Grande", Arial, sans-serif;
    margin: 10px 0 0 0;
}

h1 {
    font-size: 7em;
}

h2 {
    font-size: 5em;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

input, textarea, select, button {
    background: #fff;
    border: solid 1px #999;
    color: #777;
    font-family: 'GoudyBookletter1911Regular', 'NewsCycleRegular', 'DroidSansRegular', Helvetica, 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
    margin: 5px 10px 5px 0;
    padding: 5px;
}

button, input[type="submit"] {
    box-shadow: #ccc 0px 0px 2px;
    -moz-box-shadow: #ccc 0px 0px 2px;
    -webkit-box-shadow: #ccc 0px 0px 2px; 
    color: #555;
    background: #f0f0f0;
    font-size: 1em;
}

button:focus, 
input[type="submit"]:focus, 
input[type="text"]:focus, 
input[type="password"]:focus,
input[type="radio"]:focus, 
input[type="checkbox"]:focus,  
textarea:focus {
    box-shadow: inset #555 0px 0px 5px;
    -moz-box-shadow: inset #555 0px 0px 5px;
    -webkit-box-shadow: inset #555 0px 0px 5px;    
}

button, input[type="submit"] {
    background: #fff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
}

button:hover, input[type="submit"]:hover {
    background: #eee;
}

fieldset { 
    border: 1px dashed #ccc;
    padding: 10px 20px;    
}

input[type="file"] {
    width: 100%;
}

input[type="text"], 
input[type="password"],
textarea {
    box-shadow: inset #bbb 0px 0px 5px;
    -moz-box-shadow: inset #bbb 0px 0px 5px;
    -webkit-box-shadow: inset #bbb 0px 0px 5px;    
}

legend {
    padding: 0 5px;
    text-align: left;
}

ol {
    list-style-type: decimal;
}

ol li, ul li {
    margin-left: 20px;
}

small {
    font-size: 0.7em;
}

strong {
    font-weight: bold; 
}

sub {
    font-size: 0.7em;
    vertical-align: sub;
}

sup {
    font-size: 0.7em;
    vertical-align: super;
}

table {
    border: 1px solid #ddd;
	border-collapse:collapse;
	border-spacing: 0;
	width: 100%;
}

th {
    background: #555;
    color: #fff;
}

th, td {
    padding: 10px;
    text-align: left;
}

ul {
    list-style-type: square;
}

ul&gt;li&gt;a {
    position: relative;
}

/* column options */

.one-full,
.two-third, 
.one-half,
.one-third {
    float: left;
    overflow: visible;
    padding: 10px;
}

.one-full {
    width: 715px;
}

.two-third {
    width: 470px;
}

.one-half {
    width: 345px;
}

.one-third {
    width: 225px;
}

.last {
    float: right;
}

/* specific class for element */

.aligncenter {
    text-align: center;
}

.alignjustify {
    text-align: justify;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

/* border frame, shadow, &amp; positioning classes for images */

img {
    margin: 5px;
    border: 5px solid #fff;
    box-shadow: #999 0px 0px 5px;
    -moz-box-shadow: #999 0px 0px 5px;
    -webkit-box-shadow: #999 0px 0px 5px;
    float: left;
    margin: 5px 20px 10px 0;
}

img.rightpic {
    float: right;
    margin: 5px 0 10px 20px;
}

img.centerpic {
    clear: both;
    float: none;
    margin: 10px;
}

#page {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}

#header {
    padding: 40px;
    color: #fff;
    background: #555;
}

#slider {
    padding: 40px 40px 10px 40px;
}

#features {
    padding: 0 40px 40px 40px;
} 

#documentation, #footer {
    padding: 10px 40px 40px 40px;
}

pre {
    padding: 20px;
    color: #fff;
    background: #555;
    overflow: auto;
}
</pre></body></html>