.btn-next-question {
	float: none;
	width: 170px;
	display: block;
	color: #fff;
	font-size: 12px;
	background: #e16824;
	line-height: 22px;
	margin: 0;
	padding: 5px 20px 5px;
	border: 1px solid #fff;
}

.btn-next-question:visited {
	color: #fff;
}

.btn-next-question:hover {
	color: #fff;
	background: none;
}

.btn-next-question2 {
	font-size: 14px;
	font-weight: 700;
	float: none;
	padding: 10px 8px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #e16824;
	color: #fff;
	border: none;
    border-radius: 4px;
}

.btn-next-question2:hover {
	background: #1f5284;
	color: #fff;
}

.btn-next-question2:hover:visited {
	color: #fff;
}

.btn-next-question2:visited {
	color: #fff;
}

.bubble-mobile {
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 5px;
    position: relative;
}

.bubble-mobile-brown {
    background-color: #6E6356;
}

.bubble-mobile-brown:before, .bubble-mobile-brown:after {
    background-color: #6E6356;
}
.btn-get-matched-white {
	font-size: 14px;
	font-weight: 700;
	float: none;
	padding: 10px 8px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: white;
	color: #1f5284;
	border: 1px solid #1f5284;
    border-radius: 4px;
    text-align:center;
}
.btn-get-matched-white:hover {
	background: #1f5284;
	color: white;
    text-decoration:none;
}
.btn-get-matched-blue, .btn-get-matched-blue:visited {
	float: none;
	padding: 10px 8px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #1f5284;
	color: white;
	border: 1px solid #1f5284;
    border-radius: 4px;
    text-align:center;
}
.btn-get-matched-blue:hover {
	background: white;
	color: #1f5284;
    text-decoration:none;
}
.bubble-orange {
    background-color: #e16824;
}
.bubble-orange a {
    color:white;
}
.bubble-orange:before, .bubble-orange:after {
    background-color: #e16824;
}
.bubble-orange:hover {
    background-color: #003399;
}
.bubble-orange:hover:before, .bubble-orange:hover:after {
    background-color: #003399;
}
.px-16 {
    font-size:16px;
}
    @media (max-width: 480px) {
        .px-16 {
            font-size: 19px;
        }
    }

.px-18 {
    font-size:18px;
}
    @media (max-width: 480px) {
        .px-18 {
            font-size: 20px;
        }
    }

.qb2-btn {
     text-decoration:none;
     text-align: center;
     font-weight:bold;   
     border-radius:0px;
     float: none;
     display: inline-block;
     border-width: 1px;
     border-style:solid;
     white-space: normal;
     -webkit-white-space: normal;
     -webkit-appearance: none;
}

.btn-blue, .btn-blue:visited {
     background-color:#1f5284;               
     color:#ffffff;
     border-color: white; 
}

.btn-blue:hover {
     background: #e16824;
     color:#ffffff;
}

.btn-px-13 {
     padding: 6.5px 13px;
     line-height: 15.5px;
}
    @media (max-width: 480px) {
        .btn-px-13 {
            padding: 8px 16px;
            line-height: 23.5px;
        }
    }

.px-13 {
    font-size:13px;
}
    @media (max-width: 480px) {
        .px-13 {
            font-size: 16px;
        }
    }

