/*@font-face {
    font-family: 'Monaco';
    src: url('../fonts/Monaco.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face
	{
	font-family: 'Rosemary';
	src: url('/load/?type=font&family=Rosemary&format=eot&style=normal&weight=400'); /* IE9 Compat Modes */
	src: url('/load/?type=font&family=Rosemary&format=eot&style=normal&weight=400#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/load/?type=font&family=Rosemary&format=woff&style=normal&weight=400') format('woff'), /* Modern Browsers */
	url('/load/?type=font&family=Rosemary&format=woff2&style=normal&weight=400') format('woff2'),
	url('/load/?type=font&family=Rosemary&format=ttf&style=normal&weight=400') format('truetype'), /* Safari, Android, iOS */
	url('/load/?type=font&family=Rosemary&format=svg&style=normal&weight=400#svgFontName') format('svg'); /* Legacy iOS */
	}

@media all {
    html,
    li {
        font-size: 12px;
    }
    li {
        padding: 0px;
        margin: 0px;
    }
    * {
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    body {
        font-family: 'Rosemary', sans-serif !important;
        margin: 0;
        padding: 5px;
        border: 0;
        font-size: 14px !important;
        font-weight: lighter;
        font: inherit;
        vertical-align: baseline;
        -webkit-text-size-adjust: 100%;
        color: #5be25f;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: rgb(0, 0, 0);
    }
    .tr1s {
        transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
    }
    .tr05s {
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    a,
    a:visited {
        color: cornflowerblue;
    }
    a:hover,
    a:focus {
        color: #10f617;
    }
    .f18 {
        font-size: 18px;
    }
    td {
        border-bottom: 1px solid #777;
        padding: 2px;
    }
    .wprvw {
        background-color: #fff;
        color: #000;
        border: 1px solid black;
        border-radius: 4px;
        padding: 3px;
    }
    p {
        line-height: 18px;
    }
    p.s {
        margin: 0px;
        padding: 0px;
        line-height: normal;
    }
    .f-info {
        font-size: 20px;
    }
    .fi {
        font-size: 12px;
    }
    .currentPage {
        background-color: blue;
        color: #FFF;
    }
    button {
        border-radius: 3px;
    }
    .main-header span {
        font-size: 20px;
    }
    .usage,
    .usage pre, .faCode {
        font-family: 'Monaco', monospace !important;
        font-size: 12px !important;
        font-style: normal;
        background-color: black;
        color: #7cf3ad;
        font-weight: lighter;
        padding: 5px;
    }
    .jsfiles,
    .themelist {
        width: 100%;
    }
    .SN {
        font-size: 125%;
        padding-top: 30px;
    }
    .subtit {
        color: rgb(39, 189, 102);
        font-size: 90%;
    }
    .themelist td {
        font-size: 80% !important;
    }
    .tac {
        text-align: center;
    }
    .tal {
        text-align: left;
    }
    .tar {
        text-align: right;
    }
    .cp {
        cursor: pointer;
        color: hsl(98, 100%, 54%)
    }
    .cp:hover {
        color: rgb(3, 173, 224)
    }
    .dn {
        display: none;
    }
    .db {
        display: block;
    }
    .di {
        display: inline;
    }
    .dib {
        display: inline-block;
    }
    .ft {
        color: rgb(236, 115, 16)
    }
    .ul {
        border-bottom: 1px solid red;
    }
    .wp.showed {
        position: fixed;
        top: 3000px;
        left: 0px;
        width: 100%;
        height: 0px;
        background-color: rgba(0, 0, 0, 0.75);
    }
    .wp.showed {
        position: fixed;
        top: 0px;
        height: 100%;
    }
    .w {
        border: 1px solid #777;
        position: relative;
        border-radius: 12px;
        box-shadow: 1px 1px 3px #555;
        padding: 5px;
        background-color: #000;
        color: #eee;
    }
    textarea.code {
        width: 100%;
        font-size: 80%;
        background-color: #313131;
        color: rgb(39 189 102);
    }
    code {
        font-family: 'Courier New', Courier, monospace;
        color: white;
        font-size: 90%;
    }
    .fontslist, .fontpreview {
        display: inline-block;
    }
    .fontslist {
        padding: 3px 5px;
        height: 800px !important;
        max-height: 800px !important;
        overflow-y: scroll;
        width: 370px;
    }
    .fontpreview {
        vertical-align: top;
        padding: 5px;
        width: calc( 100% - 400px) !important;
        position: absolute;
    }
}