/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.gdds-download-button {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #0c384f;
    padding: 20px !important;
    min-width: 250px;
    text-align: center;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 20px;
    margin-bottom: 10px;
}
.gdds-download-button:hover {
    background-color: #105daa;
}