html {
    height: 100%;
    width:100%;
    min-height: 850px;
    min-width: 940px;
}
.sa_button_top_accept {
	box-sizing: border-box;
	color: #fff !important;
	background: #00aa11;
	padding: 4px 12px 3px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	min-width: 150px;
	display: inline-block;
	color: white;
}

.sa_button_top_decline {
	box-sizing: border-box;
	color: #fff !important;
	background: #d10000;
	padding: 4px 12px 3px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	min-width: 150px;
	display: inline-block;
	color: white;
}

.sa_button_top_row {
	height: 36px;
	width: 100%;
	padding: 5px;
	background: #00acec;
}

.sa_button_top_text {
	color: white;
	line-height: 30px;
}

.displayinlineblock {
	display: inline-block;
}

.displaynone {
	display: none;
}

.terms_support_icon {
	position: relative;
	top: 6px;
	width: 24px;
	height: 24px;
}
