/**
 * overhang.min.css
 * Paul Krishnamurthy 2016
 *
 * https://paulkr.com
 * paul@paulkr.com
 */

.overhang{position:fixed;display:none;width:auto;max-width:80%;z-index:9999;padding:10px 20px;top:0;left:50%;transform:translate(-50%,0);text-align:center;box-sizing:border-box;border-radius:0 0 5px 5px}.overhang-message{color:#fff;font-size:16px}.overhang-message strong{font-weight:700}.overhang-message a{color:inherit;font-size:16px}.overhang-message a:hover{font-weight:600}.overhang-overlay{position:fixed;display:block;background-color:#000;opacity:.6;top:0;bottom:0;left:0;right:0;z-index:9998}.overhang-prompt-field{height:30px;width:250px;border-radius:5px;border:none;display:block;margin-left:auto;margin-right:auto;margin-top:15px;bottom:7px;position:relative;padding-left:3px;padding-right:3px;outline:0;font-size:15px}.overhang-no-option,.overhang-yes-option{min-width:50px;height:30px;border:none;outline:0;border-radius:4px;font-size:20px;color:#fff;cursor:pointer;margin:0 6px}.overhang-yes-option{margin-left:15px}.overhang-close{vertical-align:middle;cursor:pointer;margin-top:-4px;padding-left:13px;font-size:2em;font-weight:700;display:inline-block;line-height:20px}.overhang-close:after{content:"\00d7"}@media (max-width:720px){.overhang-close{font-size:2em;line-height:14px}.overhang-message{font-size:15px}}


/**
 * overhang.min.css
 * Paul Krishnamurthy 2016
 *
 * https://paulkr.com
 * paul@paulkr.com
 */

/*.overhang {
    position: fixed;
    display: none;
    width: auto;
    max-width: 80%;
    z-index: 9999;
    padding: 8px 20px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}
.overhang-message {
    color: #fff;
    font-size: 16px;
}
.overhang-message strong {
    font-weight: 700;
}
.overhang-message a {
    color: inherit;
}
.overhang-message a:hover {
    text-decoration: none;
}
.overhang-overlay {
    position: fixed;
    display: block;
    background-color: #000;
    opacity: 0.6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
}
.overhang-prompt-field {
    height: 30px;
    width: 250px;
    border-radius: 5px;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    bottom: 7px;
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
    outline: 0;
    font-size: 15px;
}
.overhang-no-option,
.overhang-yes-option {
    min-width: 50px;
    height: 30px;
    border: none;
    outline: 0;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin: 0 6px;
}
.overhang-yes-option {
    margin-left: 15px;
}
.overhang-close {
    vertical-align: middle;
    cursor: pointer;
    margin-top: -4px;
    padding-left: 13px;
    font-size: 2em;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
}
.overhang-close:after {
    content: "\00d7";
}
@media (max-width: 720px) {
    .overhang-close {
        font-size: 2em;
        line-height: 14px;
    }
    .overhang-message {
        font-size: 15px;
    }
}
*/