﻿.wrapper{
	display: block;
	width: 60%;
	text-align:center;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 50px;
	overflow: hidden;
}

.wrapper .form {
	width: 100%;
}


.wrapper .button {
	background-color: #0066FF;
	display: block;
	text-align: center;
	color: white;
	margin: 0 auto;
	padding: 30px;
	width: 45%;
	border: none;
	outline: darkblue;
	font-size: x-large;
	font-weight:bold;
	cursor: pointer;
	border-radius: 5px;
}

.wrapper .button:hover {
	background-color: darkblue;
	background: radial-gradient(#0066FF, darkblue);
}

@media screen and (max-width: 860px) {
	.wrapper {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	
	.wrapper .button {
		display: block;
		width: 100%;
		margin: 5px auto;
	}
}

.pub{
	display: table;
	width: 60%;
	border-radius: 5px;
	text-align:center;
	margin: 0 auto;
	background-color: #0066FF;
	background-image: linear-gradient(to bottom, #0066FF 1%, darkblue);
	border-style: outset;
	border-width: 1px;
}

.pub h1{
	font-size: 20px;
	color: white;
}

.pub p{
	top: 50%;
	color: #105289;
	display: inline-block;
	font-size:17px;
	text-align:center;
	margin: 0;
	float: left;
	transform: translateY(-50%);
}

.pub a{
	top: 50%;
	display: inline-block;
	float: right;
	font-size: medium;
	font-weight: 500;
	margin: 0;
	text-decoration: none;
	color: #0066FF;
	text-align:center;
	transform: translateY(-50%);

}

.bg {
	position: relative;
	background-color: #C0C0C0;
	padding: 15px 20px;
	max-width: 100%;
	margin: 5px;
	border-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.bg:hover{
	cursor: pointer;
}

#sol, #not{
	display: none;
}

@media screen and (max-width: 860px) {
	.pub p, .pub a{
		float: none;
		margin: 0 auto;
		display:block;
	}
	
	.pub p {
		margin-bottom: 5px;
	}
	
	.pub a{
		margin-top: 5px;
		margin-bottom: 0;
	}
	
	.bg {
		padding-bottom: 0;
	}
	
	.pub {
		width: 90%;
	}
	
	#sol, #not {
		display: block;
	}
}

.rd {
	display: table;
	width: 19%;
	border-radius: 5px;
	text-align:center;
	margin: 2px;
	overflow: hidden;
	float: right;
	min-height: 50vh;
	max-height: 100vh;
	background-image: linear-gradient(to bottom, #efefef 1%, #999);
	border-style: outset;
	border-width: 1px;
}

.ld {
	display: table;
	width: 19%;
	border-radius: 5px;
	text-align:center;
	margin: 2px;
	overflow: hidden;
	float: left;
	min-height: 50vh;
	max-height: 100vh;
	background-image: linear-gradient(to bottom, #efefef 1%, #999);
	border-style: outset;
	border-width: 1px;
}

.ld h1, .rd h1{
	font-size: 20px;
	color: black;
}

#bg {
	position: relative;
	background-color: darkblue;
	padding: 15px 20px;
	max-width: 100%;
	margin: 5px;
	border-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#bg:hover{
	cursor: pointer;
}

.rd p {
	top: 50%;
	font-size: medium;
	font-weight: 500;
	margin: 0 auto;
	color: white;
}

.ld a {
	color: white;
}

@media screen and (max-width: 860px){
	.rd, .ld, #bg {
		display:none;
	}
}