
body{
  position: relative;
  margin: 0 auto;
  width: 700px;
  background-color:#292b30;
  height:100%;

}
#controls{
  width: 600px; /* for IE 6 */
  height: 400px;
  margin: auto auto auto auto;
}

#appName{
  display: block;
  width: 100px;
  height: 100px;
  position: fixed;
  display: flex;
  left: 6%;
  margin-top: 40px;
  color: white;
}

.pane{

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  top: 40px;
  width: 600px; /* for IE 6 */
  height: 400px;
  border: 20px solid #4d5159;
  box-shadow: 0px 5px 0px #1f2635;
}

.image {
  position: absolute;
  width: 100%;
  height: 100%;
}
h2 {
  position: absolute;
  color: white;
  top: 80%;
  font-family: "Arial";
  font-weight: lighter;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}


::cue {
  color: #444;
  font: 1em sans-serif;
}
::cue .warning {
  color: red;
  font: bold;
}


.firstButtonsCase{
  position: relative;
  margin-top: 70px;
  display: flex;

  margin-left: 298px;
}

.firstButtons {

  cursor: pointer;
  margin: 0 10px;
  font-family: OpenSans;
  color: #FFFFFF;
  background-color: #4d5159;
  border: 1px solid #393c42;
  box-shadow: 0px 2px 0px #1f2635;

}
.firstButtons:active {
  box-shadow: 0 1px 0 #00823F;
  background-color: white;
    bottom:-4px;
}

.firstButtons:focus{
  outline:0;
}

#showLocal{
  width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  /*display: flex;*/
  /*justify-content: center;*/
}
#showLocal div{
  float:left;
  margin-bottom: 20px;
width: 90px;
height: auto;
margin-right: 20px;
background-color: #63666b;
padding: 0 20px 20px 20px;
}
#showLocal div:nth-child(4){

margin-right: 0px;

}
.options{
  position: relative;
  display: block;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-family: OpenSans;
  color: #FFFFFF;
  background-color: #4d5159;
  border: 1px solid #393c42;
  box-shadow: 0px 2px 0px #1f2635;
}

#showLocal h4{
  font-family: OpenSans;
  color:white;
  font-weight: lighter;
}

#closefullscreen{
  position: fixed;

    left: 0;
    bottom: 0;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
  z-index: 3147483647;
}
