@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {

	font-family: 'Open Sans', sans-serif;
}
.wrapper {
	
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5) ;
	
}
.olbTitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #15182a;
	text-align: center;
	margin-top: 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {

	font-family: 'Open Sans', sans-serif;
}
.wrapper {
	
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5) ;
	
}
.olbTitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #15182a;
	text-align: center;
	margin-top: 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.olbBtn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    color: #1b365d;
    font-size: 1em;
    background: #a7b9a8;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    border: none;
    border-radius: 10px;
    margin: 15px 0; /* Adds space between buttons */
    -webkit-appearance: none;
}

.olbBtn:hover {
    background:#1b365d;
    color: #fff;
    text-decoration: none;
}
