@charset "utf-8";
/* CSS Document */

.mobile { background-color: #ffffff;
}

.container { width: 99%; }

.btn-mobile {
	width: 90%;
	margin-top: 15px;
	white-space: normal;
	border: 3px double #fff;
	padding: 10px;
	font-size: 1.3em;
	background: rgb(153,163,221); 
	background: -moz-linear-gradient(top,  rgba(153,163,221,1) 0%, rgba(33,82,161,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,163,221,1)), color-stop(100%,rgba(33,82,161,1))); 
	background: -webkit-linear-gradient(top,  rgba(153,163,221,1) 0%,rgba(33,82,161,1) 100%); 
	background: -o-linear-gradient(top,  rgba(153,163,221,1) 0%,rgba(33,82,161,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(153,163,221,1) 0%,rgba(33,82,161,1) 100%); 
	background: linear-gradient(to bottom,  rgba(153,163,221,1) 0%,rgba(33,82,161,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99a3dd', endColorstr='#2152a1',GradientType=0 ); 
}

a.btn-mobile { color: #fff; }