body.desktop .rulesConditions .desktopMenu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18px 11px 1fr;
    grid-template-columns: none;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    justify-items: start;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
}

body.desktop .rulesConditions .desktopMenu a {
    height: 39px;
    width: 18px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    background: #00EBFF;
    color: #15171D;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

body.desktop .rulesConditions .desktopMenu h4 {
    margin: 3px 0 0px 0;
    font-size: 16px;
}

body.mobile .rulesConditions {
    margin: 0 14px;
}

body.mobile .rulesConditions #help-table {
   width: 100%;
}

body.tablet .rulesConditions {
    margin: 0 30px;
}

body.tablet .rulesConditions #help-table {
   width: 100%;
}

body.mobile .rulesConditions .headerArrow a,
body.tablet .rulesConditions .headerArrow a {
    color:#00EBFF;
}