	button.accordion {
		background-color: #fff;
		color: #444;
		cursor: pointer;
		padding: 18px;
		width: 100%;
		text-align: left;
		border: none;
		outline: none;
		transition: 0.4s;
		margin:10px 0px 0px;
		border-left: solid #06B0AF 2px;
		
		}

		/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
		button.accordion.active, button.accordion:hover {
			background-color: #93CD86;
				color: #fff;
				font-weight: bold;
			}
		

		/* Style the accordion panel. Note: hidden by default */
		div.panel {
			
			background-color: #D0EAE1;
			display: none;
		
           padding: 10px 18px;
          
			
		}

		/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
		div.panel.show {
			display: block;
		}
		.hilight-nub{ background:#06B0AF; padding:8px 10px; margin-left:10px; color:#fff; font-size:16px; font-weight:700;}
		.score-button{ width:100%; padding:0px; margin:0px;}
		.score-button ul{ padding:0px; margin:20px 0; list-style:none;}
		.score-button li{ background:#A2D4D8; display:inline-block; color:#fff; padding:12px 23px; font-size:14px; font-weight:400; text-transform:none;}
		
	/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}	
		
		
		.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.wpaer-content {
  float: left;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.screenshot{ width: 24%;
    margin: 10px auto;
    padding: 0px;
    float: right;}
.accordion-content {
  width: 75%;
  float: left;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
	clear: both
}

.popup {
    position:fixed;
    top:0px;
    left:0px;
	bottom:0px;
	right:0px;	
    margin:auto;
    width:50%;
    height:500px;
    font-family:verdana;
    font-size:13px;
    padding:10px;
    background-color:#fff;
    border:4px solid #ababab;
    z-index:100000000000000000;
}
    
.cancel {
    display:relative;
    cursor:pointer;
    margin:0;
    float:right;
    /*height:10px;
    width:14px;*/
    padding:6px;
    background-color:red;
    text-align:center;
    font-weight:bold;
    font-size:18px;
    color:white;
    border-radius:3px;
    z-index:100000000000000000;
	position:relative;
	left: 14px;
	bottom: 14px;
}

.cancel:hover {
    background:rgb(255,50,50);
}
.title-popup{ font-size:18px; color:#fff; padding:20px 20px; margin:0px; background:#06b0af;}
.content-popup {
  max-height: 440px;
  overflow-y: scroll;
}
.content-popup-2 {
  max-height: 300px;
  overflow-y: scroll;
}
