.action_button {
	background-color: #007caa;
	border: 1px solid #007caa;
	border-radius: 2px;
	color: white !important;
}

.action_button:hover {
	background-color: #007caa;
	border: 1px solid #007caa;
	border-radius: 2px;
}

.btn50 {
	width: 100%;
	text-align: center;
	height: 80px;
}

.btn{
    white-space:normal !important;
    word-wrap: break-word; 
}

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}