/*
Theme Name: Twenty Sixteen
*/
.popbox {
  position:relative;
}

.collapse div.pop-title{text-align: left;margin-bottom: 0.5em;color: #194464;}

.pop-text{font-size: 0.85em;text-align: left;margin: 0.5em 0;}

.pop-text a{color: #194464;}

.pop-text small{margin-left: 0.5em;}

.pop-text a .arrow2{color: #cccccc;}

.arrow2{display: inline-table;margin-right: 0.5em;font-weight: bold;}

.box img{display: block;text-align: left;}

  .collapse {position: absolute;top: 45px;left: 110px; }

    .box {
      display:block;
      display:none;
      background:#FFF;
      border:solid 1px #BBBBBB;
      border-radius:5px;
      box-shadow:0px 0px 15px #999;
      position:absolute;
	  padding: 1em;
	width: 350px;
	z-index: 1;
	margin-top: 200px;
    }

      .box a.close {
       color:red;
       font-size:12px;
       font-family:arial;
       text-decoration:underline;
      }

      .arrow {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #FFF;
      	position:absolute;
      	left:1px;
      	top:-10px;
      	z-index:1001;
      }

      .arrow-border {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #BBBBBB;
      	position:absolute;
      	top:-12px;
      	z-index:1000;
      }
