a, a:hover {
	text-decoration: underline
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	font-family: Roboto, sans-serif;
	background-repeat: repeat;
	background-image: url(https://cdn.vsands.net/vs/i/back/back04.jpg)
}

div.cta, div.solution {
	margin-left: auto;
	margin-right: auto
}

a {
	color: #4c3000;
	text-decoration-style: dotted
}

a:hover {
	color: #ebd497;
	text-decoration-color: #ebd497
}

::-webkit-scrollbar {
	width: 10px
}

div.solution, div.titlebar {
	position: relative;
	width: 300px
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
	border-radius: 4px
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5)
}

div.solution div.content, div.titlebar {
	left: 0;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .75)
}

div.solution {
	display: block;
	padding: 0;
	color: #ccc;
	margin-top: 20px
}

div.titlebar {
	height: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #fff;
	color: #49667b;
	font-size: 13px;
	font-weight: 600;
	top: 0;
	display: block;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .75)
}

div.footbar, div.solution div.content {
	position: relative;
	display: block;
	background-color: #49667b
}

div.titlebar div.title {
	padding-top: 2px;
	text-align: center
}
.clearfix {
	overflow: auto;
}

div.solution div.content {
	font-size: 11px;
	width: 290px;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 125px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .75)
}

div.footbar {
	width: 300px;
	height: 17px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .75);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .75)
}

div.solution a:link {
	color: #FFF;
	text-decoration: none
}

div.solution a:visited {
	color: #ccc;
	text-decoration: none
}

div.solution a:hover {
	text-decoration: underline
}

a:visited, h4 a {
	color: #4c3000;
	text-decoration: none
}

td.cta-column {
	width: 50%
}

table.cta-foottable {
	width: 100%
}

div.cta {
	width: 80%
}

div.social {
	position: absolute;
	width: 280px;
	left: 10px
}

.center {
	text-align: center
}

table {
	font-size: 13px
}