.icao-entry-section {
    text-align: center;
    padding-top: 40px;
}

.section-title {
    font-weight: 700;
    color: #e2eeff;
}

.section-subtitle {
    color: #ceab49;
}

.word-button {
    text-align: center;
    font-size: 14px;
    color: #477bd0;
    cursor: pointer;
    transition: all 150ms linear;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}

.word-button:visited {
    text-decoration: none;
}

.word-button:hover {
    color: #fff;
}

.icao-input-wrap {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.icao-input {
    font-size: 30px;
    border: none;
    outline: none;
    padding: 4px 8px;
    background-color: #e2eeff;
    font-weight: 700;
    width: 200px;
    color: #0c121b;
    transition: all 150ms linear;
}

.icao-input:focus {
    background-color: #fff;
}

.icao-input::-webkit-input-placeholder {
    font-weight: 300;
    color: #9399a2;
}

.icao-input::-moz-placeholder {
    font-weight: 300;
    color: #9399a2;
}

.icao-input:-ms-input-placeholder {
    font-weight: 300;
    color: #9399a2;
}

.icao-input::-ms-input-placeholder {
    font-weight: 300;
    color: #9399a2;
}

.icao-input::placeholder {
    font-weight: 300;
    color: #9399a2;
}

.icao-input-submit {
    height: 42px;
    width: 42px;
    background-color: #477bd0;
    color: #e2eeff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    cursor: pointer;
    transition: all 150ms linear;
}

.icao-input-submit:hover {
    background-color: #3f74c9;
}

.icao-tile {
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #477bd0;
    color: #e2eeff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    font-weight: 700;
    position: relative;
}

.icao-tile-wrap {
    padding-top: 20px;
    text-align: center;
}

.icao-delete-button {
    position: absolute;
    top: -5px;
    right: 3px;
    color: #e2eeff;
    font-weight: 300;
    transition: all 150ms linear;
}

.icao-delete-button:hover {
    color: rgb(226, 72, 72);
    font-weight: 700;
    cursor: pointer;
}

.submit-wrap {
    text-align: center;
    padding-top: 40px;
    font-size: 40px;
}

.send-it {
    padding: 10px 45px;
    border-radius: 6px;
    background-color: #ceab49;
    display: inline-block;
    color: #e2eeff;
    cursor: pointer;
    transition: all 150ms linear;
}

.send-it:hover {
    background-color: #bd9e49;
    box-shadow: 3px 14px 32px -4px rgba(0, 0, 0, 0.75);
    color: #ffffff;
}

.loading {
    color: #e2eeff;
}

#BWN-table {
    font-size: 11px;
    background-color: #fff;
}

.action-icon {
    font-size: 40px;
    color: #477bd0;
    border-right: 1px solid #477bd0;
    padding: 20px 15px;
}

.action-text {
    color: #477bd0;
    font-size: 40px;
    padding: 20px 30px;
    font-weight: 900;
}

.action-wrap {
    display: inline-flex;
    background-color: #e2eeff;
    border-radius: 6px;
    box-shadow: 3px 14px 32px -4px rgba(0, 0, 0, 0.75);
    transition: all 150ms linear;
}

.action-wrap:hover {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 1px 10px 17px 1px rgba(0, 0, 0, 0.9);
}

.actions-wrap {
    padding: 40px 0;
}

table {
    border-collapse: collapse;
    font-size: inherit !important;
}

td {
    border: 1px solid black;
    vertical-align: top;
    padding: 4px;
}

td.wx_cell {
    width: 3.125in
}

#BWN_Print {
    font-size: 10.75px;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 34px;
    padding: 0;
    line-height: 34px;
    font-size: 18px;
    color: white;
    font-weight: 900;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 15px;
    background-color: #477bd0;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 15px;
    background-color: #eeeeee;
    color: #2e3848;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 17px;
    margin: 6px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #2e3848;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.prompt-wrap {
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
    padding-top: 20px;
}

.prompt {
    color: #fff;
    margin-right: 20px;
}

.aloft-select {
    font-size: 20px;
    padding: 5px 7px;
    margin: 8px 0;
    outline: none;
    border: none;
    background-color: #e2eeff;
    transition: all 150ms linear;
}

.aloft-select:focus {
    background-color: #fff;
}

.aloft-select-wrap {
    padding-top: 7px;
}

.url-actions-wrap {
    padding-bottom: 20px;
}

.url {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    background-color: #e2eeff;
    border: 2px solid #000;
    margin-top: 10px;
}

.url-link {
    color: #2e3848;
    text-decoration: none;
}

.contact-me-button {
    text-decoration: none;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #477bd0;
    border: 1px solid #477bd0;
    display: block;
    transition: all 150ms linear;
    white-space: nowrap;
}

.contact-me-button:hover {
    background-color: #000;
}

@media print {

    body {
        text-align: left;
        background-color: #ffffff;
    }

    @page {
        margin: .25in;
        size: letter;
    }

    table {
        width: 100% !important;
    }

    * {
        font-size: 10.75px;
    }

    .content-section {
        padding-top: 0;
    }

    .header {
        display: none;
    }

    .footer {
        display: none;
    }

}

@page {
    margin: .25in;
    size: letter;
}

@media only screen and (min-width: 1151px) {
    .contact-me-wrap {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .prompt {
        font-size: 25px;
    }

    .section-title {
        font-size: 50px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .url {
        font-size: 30px;
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
    .contact-me-wrap {
        margin-right: 20px;
    }

    .prompt {
        font-size: 25px;
    }

    .section-title {
        font-size: 50px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .url {
        font-size: 30px;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-me-wrap {
        margin-right: 10px;
    }

    .prompt {
        font-size: 18px;
    }

    .section-title {
        font-size: 40px;
    }

    .section-subtitle {
        font-size: 15px;
    }

    .url {
        font-size: 18px;
        padding: 4px 10px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
}