@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

a {
	color: #fff;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 19pt;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.35em;
}

#screen_content::-webkit-scrollbar {
  width: 20px;
}
#screen_content::-webkit-scrollbar-track {
  background-color: transparent;
}
#screen_content::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
#screen_content::-webkit-scrollbar-thumb:hover {
  background-color: #888888;
}
#screen_content::-webkit-scrollbar-corner {
  background: rgba(0,0,0,0);
}



.imp {
	color: #fff;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.65em;
	text-align:right;
}

.about {
	color: #fff;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.35em;
	text-align:left;
}

.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 3px;
	border: 0;
	box-shadow: inset 0 0 0 2px #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	height: 3.125em;
	letter-spacing: 0.225em;
	line-height: 3.125em;
	max-width: 30em;
	padding: 0 2.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.myinput {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 3px;
	border: 0;
	box-shadow: inset 0 0 0 2px #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 400;
	height: 3em;
	letter-spacing: 0.125em;
	line-height: 3.125em;
	max-width: 30em;
	padding: 0 1.75em;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}