body {
    margin: 0px;
    font: normal 10px Verdana, Arial, sans-serif;
}

.bhide {
  opacity: 0;
}
.bhide:hover {
  opacity: 1;
}
.container {
  position: relative;
}
/* Style the button and place it in the middle of the container/image */
.container .btn {
  position: absolute;
  top: 86%;
  left: 86%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  color: #688688;
  font-family: Verdana, Arial;
  font-size: 12px;
  padding: 3px 9px;
  text-shadow:0px 1px 0px #ffffff;
  background:linear-gradient(to bottom, #e9e9e9 5%, #a6a6a6 100%);
  border: none;
  cursor: pointer;
  border-radius: 6px;
}
.container .btn:active {
  opacity: 0.4;
}
.container .btn:hover {
  background:linear-gradient(to bottom, #a6a6a6 5%, #e9e9e9 100%);
  background-color:#e9e9e9;
}
.container .btn:visited {
  text-decoration:none;
}

#imgname {
    margin: 0px;
    font: normal 10px Verdana, Arial, sans-serif;
}
.content {
    padding-top: 41px;
    margin: 0 auto;
}
.header {
    width: 100%;
    position: fixed;        
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.header{
  top: 0;
}
/* https://codersblock.com/blog/checkbox-trickery-with-css/ */
#show,#menu { display: none; }
#show:checked~ div#menu { 
    opacity: 1;
    font-size: 100%;
    height: auto;
}
label::before {
    content: 'Show Menu';
}
label:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .6);
}
#show:checked + label::before {
    content: 'Hide Menu';
}
#menu {
    display: block;
    -webkit-transition: opacity 3s ease-out;
    transition: opacity 3s ease-out;
    opacity: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
.bookmark { 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    height: 48px; 
    width: 16px; 
    padding: 0px; 
    position:absolute;top:0;right:20px;
    -webkit-transform: rotate(0deg) skew(0deg); 
    transform: rotate(0deg) skew(0deg); 
}
.bookmark.red {
    border-left: 16px solid #b00; 
    border-right: 16px solid #b00; 
    border-bottom: 16px solid transparent; 
}
.bookmark.red.hide {
    display:none;
}
.bookmark.red.show {
    display:block;
}
.bookmark.blue {
    border-left: 16px solid #00b; 
    border-right: 16px solid #00b; 
    border-bottom: 16px solid transparent; 
}

.box {
  border-collapse: collapse; 
  border:1px solid #69899F;
  font-size: 12px;
  background-color: #f9f9f9;
  color: #688688;
  font-family: Verdana, Arial;
} 
.box td{
  padding:12px;
}
a:link { text-decoration: none; }
.outer-wrapper {
  display: inline-block; 
  margin: 20px;
}
.frame {  
    width: 250px;
    height: 200px;
    border: 1px solid black;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}    
img {
    width: 300px;
    height: 168px;
    object-fit: fill;
    margin: 0 auto;
    border-radius: 0;
}
img:hover + .bhide {
  opacity: 1;
}
.butt {
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color:#f9f9f9;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#688688;
    font-family: Verdana, Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    margin-top: 10px;
}
.butt:hover {
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color:#e9e9e9;
}
.butt:active {
    position:relative;
    top:1px;
}
.butt:visited {
    text-decoration:none;
}
.butt.red {
    color:#b00;
}
.butt.none {
    margin-top: 0px;
}
.outbutt { 
    border:1px solid #dcdcdc;
    border-radius:6px;
    font-family: Verdana, Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 12px;
    color: #336699; 
}
.outbutt.red {
    color: #b00; 
}

#button{
  display:block;
  margin:20px auto;
  padding:10px 30px;
  background-color:#eee;
  border:solid #ccc 1px;
  cursor: pointer;
}
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
