.ensCenter {
    text-align: center;
}

#ensModalWrapper {
    border: 1px solid #333;
    position: fixed;
    max-width: 80%;
    border: 1px solid #000;
    display: none;
    box-shadow: 5px 5px 5px grey;
    background-color: #fff;
    padding: 20px 0;
    z-index: 9999;
}

.ensModal {
    font-family: Roboto, Arial, sans-serif;
}


.ensModal .switch {
    display: block;
    width: 50px;
    height: 15px;
    background: #939393;
    border-radius: 10px;
    position: absolute;
    top: 0;
    transition: 0.5s;
}

.ensModal .toggle {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: -2px;
    left: -2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
}

.ensModal .card {
    display: inline-block;
    margin: 9px;
    margin: 5px;
    width: 50px;
    height: 20px;
    text-align: center;
    position: relative;
    float: right;
}

.ensModal {
    font-size: 18px;
    color: #333;
    padding: 20px;
}

.ensToggleRow {
    margin-bottom: 10px;
}

.ensToggleLabel {
    margin-right: 5px;
}

.ensButtons {
    clear: both;
    margin-top: 15px;
    float: right;
}

.ensButtons .button {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 32px;
    border-radius: 2px;
    font-size: 0.9em;
    background-color: #fff;
    color: #646464;
    margin-left: 20px;
}

.ensButtons .button.grey {
    background-color: #eee;
}

.ensButtons .button.blue {
    background-color: #2b5cac;
    color: #fff;
}

.ensButtons .button.raised {
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.ensButtons .button.raised:active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}

.ensModal .ensTitle {
    margin: 5px;
    width: 95%;
    color: #74736f;
    position: absolute;
    top: -5px;
    left: -5px;
    padding-left: 5%;
    padding-top: 13px;
    padding-bottom: 3px;
    text-align: center;
}

.ensModal .consentDescription {
    color: #333;
    font-size: 14px;
}

.ensModal hr {
    color: #c5c5c5;
}

.ensModal .description {
    max-width: 600px;
    font-size: 12px;
    margin-top: 15px;
    clear: both;
}

.ensToggleLabel.chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 5px 2px 0;
    position: relative;
    width: 8px;
}

.ensToggleLabel.chevron.right:before {
    transform: rotate(45deg);
}

.ensToggleLabel.chevron.bottom:before {
    margin-left: 2px;
    margin-bottom: 3px;
    transform: rotate(135deg);
}

.ensModal .ensTagsContent {
    display: none;
    padding: 0 0 0 20px;
}

.ensModal .tagContainer {
    color: #676767;
    padding: 7px 0 7px 7px;
    font-size: 15px;
}

.contactInfoLink {
    display: block;
    margin-bottom: 4px;
}

.ensToggleRowWrapper {
    max-height: 400px;
    overflow: auto;
}
</style>