/* default.css */

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

div.or_header {
    padding-bottom: 8px;
    margin: 18px 0 27px;
    border-bottom: 1px solid #eeeeee;
}

div.or_row {
    padding: 10px;
}

div.or_col {
    display: inline-block;
}

@media(max-width: 768px) {
    div.or_col {
    display: block;
    }
}

div.or_label {
    width: 200px;
    white-space: normal;
    text-align: right;
    margin-right: 10px;
}

@media(max-width: 768px) {
    div.or_label {
        text-align: left;
    }
}

div.or_input > input {
    width: 240px;
}

div.or_select > select {
    width: 240px;
    height: 28px;
    line-height: 28px;
}

div.or_select > select[multiple] {
  height: auto;
}

div.or_input > textarea {
    width: 240px;
    height: 100px;
}

div.or_buttons {
    padding-top: 20px;
}