ul.mainmenul {
    display: -webkit-box;
    margin: 0px 0;
    float: right;
}

li.mainmenuli {
    /* margin: 0 20px; */
    color: white;
    padding: 10px 15px;
}

.mainmenul a {
    color: white;
}
.mainmenuli span {
    font-size: 15px;
    font-weight: 600;
}
li.mainmenuli:hover {
    background: #ffffff45;
    /* color: black; */
}
a.indexbtn {
    text-decoration: none;
    cursor: pointer;
    background: 0 0;
    outline: 0!important;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.rules .widget-render {
    /* color: black; */
    font-size: 16px;
    font-weight: 600;
    /* min-width: 320px; */
    padding: 0;
    margin: 0;
    opacity: 1;
    position: relative;
    line-height: 1.4em;
    font-family: example,sans-serif;
    overflow-x: hidden;
    color: #5d4063;
    text-transform: uppercase;
}

.rules .widget-render:hover {
    color: white;
}
.row.optpage {
    min-height: 300px;
}