body {
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
	font-style: normal;
	font-variant: normal;
    font-size: 14px;
    color:#444;
		direction: ltr; 
}

a, a.ajaxlink { will-change: all; color: #2980b9; transition: background 0.15s linear, color 0.15s linear;  text-decoration: none;}
a:hover, a.ajaxlink:hover { color: #d35400; }

a.ajaxlink { text-decoration:none; border-bottom: dashed 1px #2980b9; }
a.ajaxlink:hover { text-decoration:none; border-bottom: dashed 1px #d35400; }

h1 { padding:0; margin-top:0px; margin-bottom: 10px; font-size:28px; }
h1 span { color:#BDC3C7; }
h1 a { color:#BDC3C7; }
h1 a:hover { color:#d35400; }h1, h2, h3, h4, h5, h6 { color:#34495e; font-weight: normal; margin-bottom: 10px; }

.ft_html h1 {
    font-size: 140%;
    line-height: 24px;
}
.title-multiline a {
    color: #121c82;;
}
 
.title-multiline p {
    margin: 5px 0 0;
    padding: 0;
    font-size: 1.1em;
} 
 
h2 {
    text-align: center;
	    clear: both;
    padding: 10px 0;
	line-height:110%;
}


.silka a {  
    display: -webkit-inline-box;
    padding: 4px 2px;
    color:#2980b9;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border: 1px outset #848484;
    border-top: none;
    margin: 3px;
    line-height: 14px;
}

h2.parent_title.item_group_title { 
    text-align: left; 
    padding: 0px 0 0 22px;

}

p { line-height:20px; }
p:first-child { margin-top: 0; }

pre, code {
    display:block;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: inset 0 0 .5em #CCCCCC;
    padding: 10px;
    margin:0;
    font-family: monospace;
   white-space: pre-line;
}

blockquote {
    padding:6px 10px;
    background:#F9F9F9;
    border-left:solid 4px #EDEDED;
    color:#666;
    font-style: italic;
    margin:0;
}

ul {
    margin:0 20px;
    padding:0;
}

.positive { color:green; }
.negative { color:red; }

.hide_tag {
    background:url("../images/icons/lock.png") no-repeat 5px center #e67e22;
    color: #fff;
    padding: 5px 10px 5px 25px;
    overflow: hidden;
}
.hide_billing {
    background:url("../images/icons/coin.png") no-repeat 5px center #3498db;
}
.user_field_denied {
    background-color: #7f8c8d;
}
.hide_tag_allow {
    border-left: 3px solid #e67e22;
    padding: 5px 0 5px 10px;
    overflow: hidden;
}