.sen-modal-wrapper {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.sen-modal {
    background: #fff;
    border: 3px solid #00708F;
    max-width: 500px;
    width: 90%;
    padding: 20px;
}
.sen-header img {
    height: 40px;
    margin-bottom: 10px;
}
.sen-title {
    color: #00708F !important;
    font-size: 24px !important;
    padding: 0px !important;
    margin-bottom: -10px;
	font-family: 'Roboto Condensed', Sans-serif;
}
.sen-body {
    margin-top: 10px;
}
.sen-actions {
    margin-top: 20px;
    text-align: left;
}
.sen-btn {
    padding: 10px 15px;
    margin-left: 10px;
    text-decoration: none;
    color: white;
}
.sen-continue {
    background-color: #00708F;
	color:#fff !important;
}
.sen-cancel {
    background-color: #fff;
	color:#00708F !important;
}