div.w2p_flash {
    background-image: none;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-weight: 400;
    min-width: 28px;
    max-width: 300px;
    opacity: 10;
    vertical-align: baseline;
    right: auto;
    border-width: 1px;
    margin: 0 0 20px;
    padding: 15px 35px 15px 15px;
}

div.w2p_flash.alert {
    display: none;
    position: fixed;
    top: 70px;
    right: 75px;
    cursor: pointer;
    z-index: 1000;
    background-color: #7a212e;
    border-color: #c4c4c4;;
}

.navbar-custom {
    border-bottom: 2px solid #7a212e;
}

.main-container {
   text-align:center;
}

h3 {
    color: #7a212e;
}

.footer > .row {
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    position: fixed;
    bottom: 0;
    height: 20px;
    background: #7a212e;
    color: #FFF;
    font-size: 12px;
}

.full_modal-dialog {
  width: 98% !important;
  height: 92% !important;
  min-width: 98% !important;
  min-height: 92% !important;
  max-width: 98% !important;
  max-height: 92% !important;
  padding: 0 !important;
  overflow-y: initial !important
}

.full_modal-content {
  height: 99% !important;
  min-height: 99% !important;
  max-height: 99% !important;
}

.modal-body{
    overflow-y: auto;
}
