#beforeinstructions{
  width: 1000px;
  background-color: #b3ffb3;
  margin-left: 5px;
  padding: 10px;
  border-radius: 5px;
  border-width: 3px;
  border-color: black;
  border-style: solid;
  margin-top: 5px;
}

#notifications{
  border-style: solid;
  border-width: 1px;
  width: 700px;
  border-color: red;
  background-color: lightgreen;
}

.instructionsdiv{
  border-style: solid;
  border-width: 2px;
  border-color: black;
  width: 700px;
  margin: 0 auto;
  background-color: #ffff66;
  font-size: 18px;
  color: red;
  margin-top: 10px;
}

.bluetext{
  color: blue;
}

#welcome{
  font-size: 20px;
}

#buttoncontainer{
  /*background-color: #ccffcc;*/
  margin-left: 15px;
  width: 600px;
  height: 280px;
  margin: 0 auto;
  font-size: 18px;
}

#buttoncontainerscoresheets{
  /*background-color: green;*/
  margin-left: 15px;
  width: 400px;
  height: 120px;
  margin: 0 auto;
  font-size: 18px;
}

.buttonscoresheetlink{
  width: 370px;
  height: 100px;
  /*background-color: #b3edff;*/
  float: left;
  margin-left: 30px;
  margin-top: 5px;
  border-style: outset;
  border-width: 5px;
  text-align: center;
}

.buttonlinks{
  width: 250px;
  height: 100px;
  /*background-color: #b3edff;*/
  float: left;
  margin-left: 30px;
  margin-top: 5px;
  border-style: outset;
  border-width: 5px;
  text-align: center;
}

.colorgradblue{
  background-image: linear-gradient(#b3d1ff, #4d79ff);
}

.colorgradgreen{
  background-image: linear-gradient(#80ff80, #4dff4d);
}

.colorgradred{
  background-image: linear-gradient(#ffe6e6, #ff9999);
}

.colorgradyellow{
  background-image: linear-gradient(#ffe6e6, #ff9999);
}

#scoresheetclicks{
  padding: 4px;
}

#scoresheetp2clicks{
  border-radius: 40px;
  padding: 4px;
}

.collapsible {
  background-color: #6666ff;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.collapsecontainer{
  width: 1300px;
  margin: 0 auto;
  margin-top: 10px;
}

.futurescenebtncontainer{
  width: 490px;
  height: 230px;
  margin-left: 10px;
  margin-top: 10px;
}

.futuresceneuploadbtncontainer{
  width: 680px;
  height: 230px;
  margin: 0 auto;
  margin-top: 10px;
}

.futurescenecheckbtn{
  font-size: 50px;
  width: auto;
  color: white;
}

.futuresceneuploadbtn{
  font-size: 30px;
}

.futurescenedownloadbtn{
  font-size: 40px;
  width: auto;
  margin-top: 10px;
}

.red_select{
  background-color:red;
  color:white;
}

.green_select{
  background-color:green;
  color:white;
}

#student_link{
  width: 1000px;
  background-color: lightgreen;
  margin-bottom: 10px;
  border: 2px solid black;
  border-radius: 25px;
  padding: 10px;
}
