summary::-webkit-details-marker {
 color: #ec1c24;
 font-size: 75%;
 margin-right: 2px;
}
:target {
   background: #FFF8C6;
}
.col-mt-9{
   width:100% !important;
}
.navbar-default{
   background-color:#F2F4F4 !important;
}
#navtable{
   background-color:#F2F4F4;
}
.drftitle {
        font-style: italic;
}
.col1 {
        padding: 3%;
}
.date {
        padding: 1%;
}
.dayofweek {
        padding: 1%;
}
#copyright {
        text-align: center;
}
#raw {
        display: normal;
        padding: 2%;
}
#rawlink {
        padding: 2%;
}
#persistent {
        padding: 2%;
}
gsc-control-cse gsc-control-cse-en {
        background-color: #e7e7e7 !important;
}
summary:focus {
	outline-style: none;
}
article > details > summary {
	font-size: 13px;
	margin-top: 16px;
}
details > p {
	margin-left: 24px;
}
details details {
	margin-left: 36px;
}
details details summary {
	font-size: 12px;
}
iframe {
        border:none;
        width:100%;
}
body > iframe {
        min-height:500px;
}
table {
        border:none;
        width:100%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 18px;
  border-radius: 10px;
  font-size: larger;
}

#myBtn:hover {
  background-color: #555;
}

#persistent > p > a:nth-of-type(1) {
  overflow-wrap: break-word;
}