html,
body {
    height:auto;
    font-family: arial, helvetica;
}
h3 {
    color:#d73d9e;
    font-size: 1.3em;
    text-align: center;
}
.hcenter {
    text-align: center;
}
.nodisplay {
    display: none;
}
.leftrightspacer {
    margin-left:5px;
    margin-right:5px;
}

.topbottomspacer {
    margin-top:5px;
    margin-bottom:5px;
}

#countries_msdd {
    width: 100px !important;
}

#countries_msdd span.ddTitleText span.ddlabel {
    width:15px;
    height:0px;
    overflow:hidden;
    font-size: 0px;
}

#countries_msdd span.description {
    display:inline !important;
}

#countries_msdd div.ddText {
    height:25px;
}

#countries_child {
    height:206px !important;
}

#countries_child ul li span.ddlabel {
    font-size:0.8em;
}

.msdd-selection-container {
    width:264px !important;
}

#wrapper {
    width:776px;
}

#maincontent {
    height: 499px;
}

#nh_header {
    width:100%;
    height:265px;
    background-image:url("../images/ban_shana_fr.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#leftContent{
    width: 39%;
    height: 94%;
    float: left;
    margin-left:10px;
    box-shadow: 0 0 15px -3px #898989;
    border: solid 1px #d8d8d8;
}

.promotion-points {
    font-size: 0.9em;
    padding:0px 20px 0px 20px;
}

.promotion-points li {
    list-style-image: url("../images/icons/check_15x10.png");
    margin-left: 10px;
}

#rightContent{
    width:55%;
    height: inherit;
    float:right;
    margin-right:10px;
    padding-top:0px;
}

#voyant-chat-container {
    position: absolute;
    top:0px;
    width:52%;
    height:82%;
    box-shadow: 0 0 15px -3px #898989;
    border: solid 1px #d8d8d8;
    overflow:auto;
    padding:8px;
}

#client-chat-container {
    position: absolute;
    bottom:2px;
    width:52%;
    height:30px;
    box-shadow: 0 0 15px -3px #898989;
    border: solid 1px #d8d8d8;
    padding:8px;
}

.availability {
    float:none;
}

.voyant-photo {
    width:34%;
}

.voyant-details {
    width:62%;
}

.nicescroll:focus {
    outline:none;
}

.clientInput,
.dddInput {
    font-size:12pt;
    border: solid 1px #c3c3c3 ;
    border-radius: 5px;
    width:55%;
    height:30px;
    padding: 0px 35px 0px 5px;
}

.dddInput {
    width:8%;
    padding:0px 5px 0px 5px;
}

.clientInput:focus,
.dddInput:focus {
    outline: 0;
}

.placeholder {
    color: #838393;
}

input.error {
    background-image: url(../images/fieldError.png);
    background-position: right;
    background-repeat: no-repeat;
}

.visibleCountries {
    width:25%;
}

.avatar {
    width:10%;
}

.voyant-chat,
.voyant-chat-noavatar {
    width:90%;
}

.voyant-chat-noavatar {
    padding-left:10%;
}

.client-text {
    color:#838393;
}

.tarot-container {
    display:inline-block;margin:0 auto;
}

.flipbox-container {
}

.flipbox-container>div:first-child {
    float:left;
    margin: 0px 5px 0px 5px;
}

.tarot-animate,
.tarot-animate:hover {
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition:all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.tarot-animate:hover {
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}