
.scpaccordion {
  background-color: #eee;
  color: #444; 
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  text-align: left;
  outline: none;
  line-height:110%;
  font-size: 110%;
  transition: 0.4s;
  margin:0;
}

.active1, .scpaccordion:hover {
  background-color: #ccc;
}

.scpaccordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  padding:0;
  margin-bottom:0;
}

.active1:after {
  content: "\2212";
  vertical-align: middle;
}

.active1, .scpaccordion:active{
  background-color: #ccc;
}

.active1, .scpaccordion:focus{
  background-color: #ccc;
  color: #444;
}


div.panelacc1 {
  padding: 0px 18px;
  background-color: #fff;
  overflow: auto;
  width: 100%;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  transition: max-height 0.2s ease-out;
}

.scrptname {
  font-size :70%;
  color: blue;
}

.scrptdate {
  font-size : 65%;
  color: green;
}

.panelacclast{
  border-bottom: 1px solid #bbb; 
  border-top: none;
}

.scpaccordionlast{
  border-bottom: 1px solid #bbb;
}

.label.success{font-size:80%;}

body { min-height:101%; }