@media (max-width: 479px) {
	.fullwidth {
		display: block;
		text-align: center;
		width: 100%;
	}
}
 
.large_blue_button:hover {
	text-decoration: underline !important;
}

.large_blue_button {
	background-color: #5A7EEF;
        border-radius: 21px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7.5px;
        padding-bottom: 10px;
        height: 42px;
        color: #fff;
}
