body
{
 color: white;
 line-height: 1;
 background-color: black;
}

input[type=text]
{
  width: 205px;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 0px dotted black;
  color: white;
  background-color: black;
}

select
{
  font: 400 12px/1.3 sans-serif;
  -webkit-appearance: none;
  text-align: center;
  appearance: none;
  color: white;
  border: 1px solid white;
  height: 44px;
  line-height: 1;
  outline: 0px;
  padding: 0em 1em 0em 1em;
  border-radius: 5px;
  background-color: black;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
  background-position: right 20px center, right bottom, right bottom, right bottom;
}

option
{
 color: white;
 font-size: 100%;
}

button
{
  margin: 0px;
  height: 44px;
  width: 50px;
  outline: 0px;
  padding: 0px 0px;
  cursor: pointer;
  background-color: #111111;
  border: 1px solid #222222;
  border-radius: 5px;
}

a:link
{
  color:#555555;
  text-decoration: none;
  opacity: 0.15;
}

a:visited
{
  color:#555555;
  text-decoration: none;
  opacity: 0.15;
}

a:hover
{
  color:#888888;
  text-decoration: underline;
  cursor:pointer;
  opacity: 1;
}

a:active
{
  color:#555555;
  text-decoration: none;
  opacity: 1;
}

.theme-select
{
  margin: 0px;
  border: 0px solid grey;
}

.logos
{
position: relative;
height: 65px;
width: 65px;
}

.fullscreen
{
  position: absolute;
  margin-top: 10px;
  border-radius: 0px;
  background-color: #000000;
  border: 0px;
}
