  body {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

p { 
    margin-bottom: 0; 
}

h1,h2 {
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 0.5em;
}

h1 {
    font-size: 18pt;
}

h2 {
    margin: 0 0 15px 0;
    font-size: 14px;
    text-align: left;
}
.center-page {
    max-width: 850px;
    max-height: 350px;
    position: absolute;
    top:0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
}
.panel.domains,
.panel.recently-views,
.panel.main > .panel-heading{    
    border: 0;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05); 
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);        
}
.panel.main{
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;    
}
.panel.main,
.panel.main > .panel-heading {
    font-size: x-large;
    padding-left: 0;
}
.panel.main > .panel-body {
    padding-top: 15px;
    background: #f8f8f8; 
}
.panel.recently-views > .panel-heading {
    background: #fff;
    font-size: 1.35em;
    font-weight: bold;
    padding-left: 0;
    border-bottom: 0;
}
.contactinfo {
    width: 100%;
    margin: 10px 0;
}
    .contactinfo p {
        padding: 2px;
        font-size: 11pt;
        line-height: 1.5;
    }
    
.thanks {
    padding-bottom: 0;
    font-family: 'Courgette', cursive;
    font-size: 18px !important;
}

img {
    display: block;
    max-width: 100%;
}

.address {
    width: 558px;
    margin-left: 30px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    clear: both;
}

a:link, a:visited {
    color: #000;
    text-decoration: none;
} 
a:hover {
    color: inherit;
    text-decoration: underline;
}
.auth-button { 
    position: fixed; 
    bottom: 25px; 
    right: 5px; 
    width: 29px; 
    height: 29px; 
    z-index: 100; 
    display: none;     
    border-radius: 50%;
    padding-left: 2px;
    padding-top: 1px;
}
.logged {
    background-color: #fff;
}
.not-logged {
    background-color: #ff9000;
}

div.en { margin: 5px auto; }
div.cn { margin: 5px auto; }
div.price-info { 
    border-top: 1px solid #ccc;
    padding-top: 5px; 
    margin-bottom: 10px 
}