/* @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

body {
    background-color: #E0E0E0;
    font-family     : 'Roboto', sans-serif
} */

a[data-toggle="modal"] {
    margin: 5px;
}



.modal {
    text-align: left;
    margin-top: 150px !important;
}

.modal-content {
    border       : none;
    border-radius: 2px;
    box-shadow   : 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.modal-header {
    border-bottom : 0;
    padding-top   : 15px;
    padding-right : 26px;
    padding-left  : 26px;
    padding-bottom: 0px;
}

.modal-title {
    font-size: 34px;
}

.modal-body {
    border-bottom : 0;
    padding-top   : 5px;
    padding-right : 26px;
    padding-left  : 26px;
    padding-bottom: 10px;
    font-size     : 15px;
}

.modal-footer {
    border-top    : 0;
    padding-top   : 0px;
    padding-right : 26px;
    padding-bottom: 26px;
    padding-left  : 26px;
}
