﻿.app-opt-title {
    margin: 30px 0 30px 0 !important;
}

.app-opt-wrapper {
    margin: 0 0 30px 0 !important;
}

.app-opt-input {
    width: 100%;
    margin: 0 0 15px 0px !important;
}

.app-opt-headline {
    text-transform: uppercase;
}

.app-opt-textarea {
    width: 100%;
    margin: 0 0 15px 0px !important;
    height: 200px !important;
    padding-top: 10px !important;
}

.options-message {
    background: #fff;
    border: 1px solid #e5e3e0;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.25);
    margin: 20 auto 20px !important;
    max-width: 380px;
    padding-top: 10px;
    text-align: center;
    color: #1D2D3B;
}

.options-margin {
    margin-bottom: 160px;
}

.regOpt {
    position: relative;
    background-color: #f5fafe;
    color: #207fd1;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    border: 1px solid #d3e3f1;
    border-radius: 6px;
    display: block;
    padding: 20px;
    margin: 30px 0px 30px 0px;
    font-size: 15px;    
}

i.closeRegOpt {
    margin: 0px 15px 15px 0px;
    position: absolute;
    right: 1px;
    top: 14px;
    font-size: 18px;
    cursor: pointer;
}