body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
	font-variant: normal;
    font-size: 0.9rem;
    line-height: 1.5;
    color:#212529;
    font-weight: 400;
}

a, a.ajaxlink {    color:#3867d6;
    text-decoration: none;
    border-bottom: 1px solid #E0E0E0;
will-change: all; transition: background 0.15s linear, color 0.15s linear; }
a:hover, a.ajaxlink:hover { color: #00000; border-bottom: 1px solid #757575; }
.text a{padding: 5px;    background-color: cornsilk;}
a.ajaxlink { text-decoration:none; border-bottom: dashed 1px #2980b9; }
a.ajaxlink:hover { text-decoration:none; border-bottom: dashed 1px #d35400; }
a:hover { color: #000000; border-bottom: 1px solid #757575; }
a:active { color: #43a047; border-bottom: 1px solid #757575;}

h1 {  font-size:1.359375rem; margin-bottom: 10px; font-weight: 500;   }
h1 span {  }
h1 a {  }
h1 a:hover { color:#d35400; }h1, h2, h3, h4, h5, h6 {margin-bottom: 0.1rem;}
h2 { font-size:1.2rem; margin-top:2rem;font-weight: 400;color: black;}
h3 { font-size:1.1rem; margin-top:2rem;font-weight: 400;color: black;}
p { margin: 0rem 0rem 1rem 0rem;}
p:first-child { margin-top: 0; }

pre {
    display:block;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: inset 0 0 .5em #CCCCCC;
    padding: 10px;
    margin:0;
}

code pre {
    display:block;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    background: #F8F8F8;
    padding: 5px 15px;
    box-shadow: none;
    margin:0;
    font-size:12px;
    line-height:20px;
}


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;
}
.price{
    font-size:0.8em;
}
.price td{
    padding:5px;
    vertical-align: top;
    background-color:#ffffff;
}
.price ol{
    padding:0px 0px 0px 20px;
  margin: 0px;
}
.tableprim td{
    font-size:0.7em;
    padding:5px;
    background-color: #ffffff;
}

.tableprim th{
    font-size:0.7em;
    padding:10px 5px 0px 5px;
    text-align: left;
}