h1 {
    font-size: 25px
}

h2 {
    font-size: 20px;
    padding-top: 0;
    margin-top: 0
}

.padding {
    padding: 10px
}

.marginleftanswer {
    margin-left: 20px
}

.question {
    cursor: hand;
    cursor: pointer
}

.logo {
    max-width: 200px
}

.verticalcenter {
    vertical-align: middle;
    display: table-cell
}

textarea {
    width: 97%;
    max-width: 500px;
    min-height: 75px !important
}

label.valid {
    width: 24px;
    height: 24px;
    background: url(../img/valid.png) center center no-repeat !important;
    display: inline-block;
    text-indent: -9999px
}

label.error {
    font-weight: 700;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
    background: url(../js/img/error.png) center center no-repeat
}

#container .extraArticle:nth-child(even):nth-child(1n+1) .well {
    background-color: #f1f1f1;
    padding: 5px
}

.well_top {
    -webkit-border-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0 !important
}

.well_middle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0 !important
}

.well_bottom {
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 20px !important
}

.well {
    background-color: #f6f6f6
}

.fa-search:before {
    content: "\f002";
    font-size: 20px;
    line-height: 2
}

.fa-plus-square-o:before {
    content: "\f196";
    font-size: 30px;
    line-height: 42px
}