.index #r18-warning {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.97);
}
.index #r18-warning .warning-text {
    position: relative;
    top: 20%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    color: #fff;
    max-width: 400px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
}
.index p {
    font-size: 16px;
    line-height: 1.72222;
    margin: 0 0 13.5px;
}
.index h1{
	margin: 0.67em 0;
    margin-top: 0;
    font-weight: 700;
    letter-spacing: -2px;
    border-bottom: 1px solid #f4f5f6;
}
.index .btn-danger {
    color: white;
    background-color: #e74c3c;
}
.index .btn {
    border: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.index .btn-success {
    color: white;
    background-color: #2ecc71;
}
.index body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.72222;
    color: #34495e;
    background-color: #fff;
}