html {
  overflow-x: hidden;
}
#main .row {
    padding: 0 10px;
}
#main p img {
    max-width: 100%;
}
#description {
    font-size: 18px;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border-color: red;
}
h4 {
    margin-top: 20px;
    margin-bottom: 30px;
}
h4.error {
    color: red;
}
h4.succ {
    color: #00bf00;
}
h3 {
    margin-bottom: 20px;
}
#shoutbox {
    margin-top: 10px;
    margin-bottom: 50px;
}
#shoutbox > div {
    clear: both;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#shoutbox > div:nth-child(2n) {
    background: #f7f7f7;
}
#shoutbox .col-sm-3 {
    text-align: right;
}
#shoutbox .col-sm-9 {
    /*text-align: right;*/
}
#rooms-select p {
    margin-top: 10px;
    color: #757575;
}
#intro {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 400px;
    border: 2px solid #F7F7F7;
    border-radius: 5px;
    background: #FDFDFD;
}
#intro > form > div {
    margin-top: 10px;
}
#intro > form label {
    font-weight: normal;
}
#intro > form .error {
    color: red;
}

@media (max-width: 768px) {
    #shoutbox .col-sm-3,
    #shoutbox .col-sm-9 {
        padding: 5px !important;
        margin: 0 !important;
    }
}