
a:link{
  color: black;
  text-decoration: none;
}
a:visited{
  color: black;
  text-decoration: none;
}
a:hover{
  color: black;
  text-decoration: none;
}
a:active{
  color: black;
  text-decoration: none;
}
.warning_caption{
  text-align: center;
}
#secretbox_copybutton{
  width: 100%;
  font-size: 12pt;
  font-weight: bold;
  height: 50px;
}

.secretbox_wrapper{
  width:450px;
  height:250px;
  margin-left:auto;
  margin-right:auto;
}
.secretbox{
  background-color:#dadada;
  border: 1px solid;
  width:450px;
  height:350px;
  margin-left:auto;
  margin-right:auto;
  font-size:12pt;
}
.warningbox{
  background-color:#dadada;
  border: 1px solid;
  width:450px;
  height:350px;
  margin-left:auto;
  margin-right:auto;
  font-size:18pt;
  color:black;
  text-align: justify;
  padding: 10px;
}
.inputbox{
  background-color:#dadada;
  border: 1px solid;
  width:300px;
  height:200px;
  margin-left:auto;
  margin-right:auto;
  font-size:12pt;
}
.inputbox > textarea{
  width: 98%;
  padding-left: 1px;
  padding-right: 2px;
  height: 147px;
}
#infobox{
  display:block;
}
#infobox-1600{
  display:none;
}
#infobox-1200{
  display:none;
}
#infobox-600{
  display:none;
}
.inputbox > button{
  width: 100%;
}
@media screen and (max-width: 1010px) {
  .secretbox{
    width:auto;
    font-size:12pt;
  }
  .secretbox_wrapper{
    width:auto;
  }
  .warningbox{
    width:auto;
    font-size:18pt;
  }
  .inputbox{
    /*background-color:green;*/
  }
  .inputbox > textarea{
    width: 98%;
    padding-left: 1px;
    padding-right: 2px;
    height: 147px;
  }
  .inputbox > button{
    width: 100%;
  }
  #infobox{
    display:none;
  }
  #infobox-1600{
    display:block;
  }
  #infobox-1200{
    display:none;
  }
  #infobox-600{
    display:none;
  }
}
@media screen and (max-width: 1000px) {
  .secretbox{
    width:auto;
    font-size:12pt;
  }
  .secretbox_wrapper{
    width:auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .warningbox{
    width:auto;
    font-size:18pt;
  }
  .inputbox{
    /*background-color:blue;*/
  }
  .inputbox > textarea{
    width: 98%;
    padding-left: 1px;
    padding-right: 2px;
    height: 147px;
  }
  .inputbox > button{
    width: 100%;
  }
  #infobox{
    display:none;
  }
  #infobox-1600{
    display:none;
  }
  #infobox-1200{
    display:block;
  }
  #infobox-600{
    display:none;
  }
}
@media screen and  (max-width: 600px){
  .secretbox{
    width:auto;
    font-size:12pt;
  }
  .secretbox_wrapper{
    width:auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .warningbox{
    width:auto;
    font-size:18pt;
  }
  .inputbox{
    /*background-color:red;*/
  }
  .inputbox > textarea{
    width: 98%;
    padding-left: 1px;
    padding-right: 2px;
    height: 147px;
  }
  .inputbox > button{
    width: 100%;
  }
  #infobox{
    display:none;
  }
  #infobox-1600{
    display:none;
  }
  #infobox-1200{
    display:none;
  }
  #infobox-600{
    display:block;
  }
}
