/* CSS Document */
body {
	font-family: Verdana,Arial,Helfetica,sans-serif; 
}

button {
	padding: .0em;
	background: none;
	border: none;
	font: bold;
	color: #c5131d;
	cursor: pointer;
}

.popupHidden {
	display: none;
}

.mybutton {
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	background: #c32e04;
	color: white;
	font: bold 1rem sans-serif;
}

.btn{
    background: none;
	border: none;
	color: #088400;
	font-size:13px;
	font-weight: bold;
	letter-spacing:1px;
	cursor: pointer;
}







