/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #eee;
/*  font-size: 13px;*/
/*  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #a2b4c5;
}
body {
    
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 5px rgba(0,0,0,.75);
}

.shaded {
  border: 1px solid #111;
  padding: 3px 5px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: rgba(50,50,50,0.75);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
  margin-bottom: 10px;
}

ul {
  text-align: left;
  list-style: none;
}
li {
  margin: 5px;
}
p {
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #ccc;
  margin: 10px;
}
.container{
  padding-top: 0px;
}
.header{
  color: #a2b4c5;
  font-style:italic;
}   
h1 {
  font-size: 3em;
}

.text-primary {
    color: black;
}
#controls {
    padding-bottom: 5px;
}
input {
  color: black;
}
