.top-buffer { margin-top:20px;}

.top-small-buffer { margin-top:5px;}

.padded { padding: 5px; }

.bg_netrun { background-color: hsla(205, 82%, 19%, 0.47); }

.table>tbody>tr.cat_confirmed>td, .table>tbody>tr.cat_confirmed>th, .table>tbody>tr>td.cat_confirmed, .table>tbody>tr>th.cat_confirmed, .table>tfoot>tr.cat_confirmed>td, .table>tfoot>tr.cat_confirmed>th, .table>tfoot>tr>td.cat_confirmed, .table>tfoot>tr>th.cat_confirmed, .table>thead>tr.cat_confirmed>td, .table>thead>tr.cat_confirmed>th, .table>thead>tr>td.cat_confirmed, .table>thead>tr>th.cat_confirmed {
    background-color: hsla(2, 80%, 61%, 0.48);
}

.table>tbody>tr.cat_alleged>td, .table>tbody>tr.cat_alleged>th, .table>tbody>tr>td.cat_alleged, .table>tbody>tr>th.cat_alleged, .table>tfoot>tr.cat_alleged>td, .table>tfoot>tr.cat_alleged>th, .table>tfoot>tr>td.cat_alleged, .table>tfoot>tr>th.cat_alleged, .table>thead>tr.cat_alleged>td, .table>thead>tr.cat_alleged>th, .table>thead>tr>td.cat_alleged, .table>thead>tr>th.cat_alleged {
    background-color: hsla(35, 95%, 50%, 0.48);
}

.table>tbody>tr.cat_suspicious>td, .table>tbody>tr.cat_suspicious>th, .table>tbody>tr>td.cat_suspicious, .table>tbody>tr>th.cat_suspicious, .table>tfoot>tr.cat_suspicious>td, .table>tfoot>tr.cat_suspicious>th, .table>tfoot>tr>td.cat_suspicious, .table>tfoot>tr>th.cat_suspicious, .table>thead>tr.cat_suspicious>td, .table>thead>tr.cat_suspicious>th, .table>thead>tr>td.cat_suspicious, .table>thead>tr>th.cat_suspicious {
    background-color: hsla(120, 45%, 79%, 0.59);
}

.bs-forstats {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
  box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

/* Echo out a label*/
.bs-forstats:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "For statistical purposes (optional)";
}

/* Make the examples and snippets not full-width */
@media (min-width: 768px) {
  .bs-forstats {
    margin-right: 0;
    margin-left: 0;
    background-color: #272b30;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* Undo width of container */
.bs-forstats .container {
  width: auto;
}

span.cat_confirmed {
    color: white;
	background-color: hsla(2, 80%, 61%, 0.48);
}

span.cat_alleged {
    color: white;
	background-color: hsla(35, 95%, 50%, 0.48);
}

span.cat_suspicious {
    color: white;
	background-color: hsla(120, 45%, 79%, 0.59);
}

.modalThumbnail {
	height: 50px;
	border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.modalThumbnail img {
  max-height:100%;
  max-width: 35px;
}

.modalThumbnail:hover {
	opacity: 0.7;
}

/* The Modal (background) */
.modalOpen {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 20px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
	color: white;
	font-size: 0.875em; /* 14px/16=0.875em */
}

/* Modal Content (image) */
.modalOpen-content {
	margin: auto;
	display: block;
	width: 80%;
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@
-webkit-keyframes zoom {
	from {transform: scale(0)
}

to {
	transform: scale(1)
}

}
@
keyframes zoom {
	from {transform: scale(0.1)
}

to {
	transform: scale(1)
}

}
.modalClose {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.modalClose:hover, .modalClose:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

img.blacklist {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

}

