.question-main {
    width: 100%;
    text-align: center;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    padding: 40px 20px 0px 20px;
}
.question-main-icon {
    background-image: url(images/info-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    margin-bottom: 25px;
}
.question-bottom {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.question-bottom-button-yes {
    background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0px auto 10px auto;
}
.question-bottom-button-yes:hover {	
	background-color: #026a94;
}
#question-bottom-table {
	margin: auto;
}
.question-bottom-button-no{
font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: rgb(41, 38, 39);
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto 0px auto;
}
.question-bottom-sep {
	height: 5px;
}