@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400";

body, input, select, textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.65;
}

.row {
  overflow: hidden;
  padding: 0px 25px 55px 200px;
  clear: both;
}

.column {
  float: left;
}

.left {
  width: 420px;
}

.right {
  min-width: 50em;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 80px;
}

h1, h2 {
  padding-top: 25px;
  text-transform: uppercase;
  color: #777;
  
  -webkit-text-shadow: 0 0 7px #000;
  -moz-text-shadow: 0 0 7px #000;
  text-shadow: 0 0 7px #000;
}

pre {
  font-family: Monospace;
  color: #eeeeee;
}

label {
  clear:both;
  float: left;
  width: 6em;
  text-align: left;
  margin-top: 0.3em;
  font-size: 20px;
  color: #ccc;
  text-shadow: 0 0 7px #000;
}

input[type=submit], button {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 16px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 2.75em;
    line-height: 2.75em;
    min-width: 4.25em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	background-color: #8cc9f0;
	color: #ffffff !important;
	box-shadow: none;
	width: 125px;
}

input {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.35);
    height: 2.25em;
	margin-tip:10px;
    appearance: none;
    border-radius: 8px;
    border: solid 1px;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 250px;
	color: #bbbbbb !important;

}

select {
   box-shadow: none;
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.35);
    height: 2.25em;
	margin-tip:10px;
    border-radius: 8px;
    border: solid 1px;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 250px;
	color: #bbbbbb !important;

	
}