@charset "UTF-8";

form {
    padding: 30px 20px;
}

section.main {
    height: 280px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    border: solid 1px;
    border-radius: 8px;
    border-color: #eee;
}

.jumbotron2 {
    width: 680px;
    padding: 20px 15px;
    margin: 30px auto;
    color: inherit;
    background-color: #fff;
}

.jumbotron2 h2 {
    position: relative;
    padding: .75em 1em .75em .2em;
    border: 1px solid #ccc;
    font-size: 1em;
    font-weight: bold;
    text-align:center;
    color: #a90512;
}

.jumbotron2 p {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 5px;
    color: #111;
}

.jumbotron2 li {
    font-size: 14px;
    color: #111;
}

.jumbotron2 input{
    width: 20px!important;
    height: 20px!important;
}

.jumbotron2 .notel{
pointer-events: none;
}

@media screen and (max-width: 768px) {

    .jumbotron2 {
        width: 96%;
        padding: 0;
        margin: 20px auto;
        color: inherit;
        background-color: #fff;
    }

    .jumbotron2 h2 {
        position: relative;
        border: 1px solid #ccc;
        font-size: 1em;
        font-weight: bold;
    }
}
