.warning-on-modal {
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
}

.warning-on-modal img {
    width: 40px;
    height: 40px;
}

.modal-body {
    padding: 16px;
}

.locale-body {
	color: #333;
font-size: 18px;
line-height: 24px;
font-weight: 400;
padding: 0.5em;
margin-bottom: 10px;
}


.cas-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.cas-button .button-content {
    text-align: center;
    background-color: #FFF;
    color: #333;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 100%;
}

.cas-button .button-content-container {
    padding: 0px;
}

.cas-button .button-content-img {
    width: 42px;
    height: 42px;
    position: absolute;
}

.cas-button .button-content-img * {
    background-size: 30px auto;
    height: 30px;
    width: 30px;
    left: 6px;
    top: 4px;
    margin: auto;
    position: absolute;
}

.cas-button .button-content-container .button-content-desc {
    height: 40px;
    line-height: 20px;
    text-align: left;
    margin-left: 48px;
    width: auto;
}

.cas-button .button-content .button-content-container .button-content-desc {
    display: table;
    margin-right: auto;
    width: 100%;
}

.cas-button .button-content .button-content-container .button-content-desc > span {
    display: table-cell;
    height: 42px;
    vertical-align: middle;
}

.font-trigger-button {
    font-size: 18px;
    color: #333;
    line-height: 22px;
    font-weight: 400;
}