@import "https://fonts.googleapis.com/css?family=Montserrat:200,400,700";
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
  margin-left:auto; 
  margin-right:auto;
  border-collapse:collapse;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.rwd-table thead tr th {
	  background-color: rgba(254,222,23,.8);
	  border: none;
}
/*
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
*/
.rwd-table th {
  display: none;
  cursor: pointer;
}
.rwd-table td {
  display: block;
  background-color: rgba(222, 222, 222,.5);
}
.rwd-table td:first-child {
  padding-top: .2em;
}
.rwd-table td:last-child {
  padding-bottom: .2em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .25em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

body {
  padding: 0em;
  margin: 0;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: rgba(0,0,0,1);
  background-color: rgba(242,242,242,1);
  background-repeat: repeat;
}

.bg-cork {
	background-image: url(../img/cork-wallet.png);
}

.bg-fish {
	background-image: url(../img/dark_fish_skin.png);
}

.bg-tweed {
	/*
	background-image: url(../img/tweed.png);
	background-image: url(../img/dark_fish_skin.png);
	background-image: url(../img/tex2res4.png);
	background-image: url(../img/lghtmesh.png);
	background-image: url(../img/purty_wood.png);
	background-image: url(../img/poly.jpg);
	
	
		
	background-image: url(../img/purty_wood.png);

  background-color: rgba(242,242,242,1);	
  	*/
  background-image: url(../img/grid_noise.png);
		
}
h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #707C80;
}

.fishhead {
  font-weight: normal;
  letter-spacing: -1px;
  color: #54DE99;
}
.rwd-table {
  /*background: #34495E;*/
  color: #000;
/*  border-radius: .4em; */
border: 1px solid #707C80;
  overflow: hidden;
  background:rgba(255, 255, 255, 1);
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: .5em 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #707C80;
}

a {
	color: inherit;
}

.wrap {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}
.child { /* This is the item to center... */
 display: inline-block;
 text-align: left;
 position: relative;
 top: 80px;
}
.parent { /* ...and this is its parent container. */
 text-align: center;
}

.parentTop { /* ...and this is its parent container. */
 text-align: center;
}

.parentProfile { /* ...and this is its parent container. */
 text-align: center;
  width: 660px;
}
.childProfile { /* This is the item to center... */
 display: inline-block;
 text-align: left;
}

.gold {
	color: GoldenRod;
}
.silver {
	color: Silver;
}

.bronze {
	color: #8C7853;
}

.recordblue {
	color: rgba(79,93,115,1);
}

.funfacts {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #020202;
  position: absolute;
  top: 500;
}

.info {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #020202;
  position: absolute;
  top: 700;
}
.img-wrap {
    position: relative;
    display: inline-block;
    border: 1px red solid;
    font-size: 0;
}
.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .2;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}
.img-wrap:hover .close {
    opacity: 1;
}

#DivWrap
{
	position: relative;
	top: 50px;
	width: 100%;

}
/*
#DivTab
{
	position: relative;
	top: 20px;
	width: 100%;
	margin: 0 auto;
}
*/
#DivList
{
	position: relative;
	top: 200px;
	margin: 0 auto;
	width: 100%;
}

*/
a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.compare_info {
	position:relative;
	top: 50px;
	width: 600px;
	height: 300px;
 /*   border: 2px solid #73AD21; */
	text-align: center;
	margin: 0px auto;
}

.compare_info h1{
	line-height: 10px;
}
img.compare_info {
	border:1px solid #021a40;
}

.comp_img_left {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 3px solid #021a40;
}

.comp_stat_middle {
	position:absolute;
	top: 20px;
	width: 200px;
	left: 200px;
	padding-top: 5px;
	
}
.comp_img_right {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 200px;
	border: 3px solid #021a40;
}

.compbox {
	position: relative;
	width: 100%;
	top: 15px;
/*	height: 400px; */
	background-color: rgba(222, 222, 222,.5);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 		
}

.compboxLeft {
	position: relative;
	width: 50%;
	left: 0%;
	height: 100%;
	display: inline-block;
	padding-left: 25px;
	padding-right: 15px;
	text-align: left;
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 0px;
/*	border-right: 1px solid; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	background-color: rgba(222, 222, 222,.5);

}

.compboxLeft b{
	float: right;
	padding-right: 25px;
	color: black;
}

.compboxRight b{
	float: left;
	color: black;
	padding-left: 25px;
}

.compboxRight {
	position: absolute;
	width: 50%;
	right: 0%;
	height: 100%;
	display: inline-block;
	padding-right: 25px;
	padding-left: 15px;
	text-align: right;
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	background-color: rgba(197,197,197,.8);	
}

.comp_stat_left {
	position:absolute;
	top: 17px;
	left: 10px;
	padding-left: 5px;
	padding-top: 5px;
	width: 26%;
	height: 150px;
	border: 1px solid #021a40;
	background-color: rgba(234, 250, 241,1);
	border-radius: 5px;
	text-align: left;
}

.comp_stat_right {
	position:absolute;
	top: 17px;
	right: 10px;
	padding-right: 5px;
	padding-top: 5px;
	width: 26%;
	height: 150px;
	border: 1px solid #021a40;
	background-color: rgba(234, 250, 241,1);
	border-radius: 5px;	
	text-align: left;
}

.comp_stat_header {
	position: absolute;
	height: 25px;
	background-color: rgba(169, 223, 191,.9);
	width: 100%;
	padding-top: 2;
	left: 0;
	top: 0;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	vertical-align: center;
} 

.comp_stat_content {
	position: absolute;
	top: 25px;
} 




.hide {
	display: none;
}

.smallFish {
	background-color: rgba(192, 192, 192,.5);
	font-weight: normal;
	font-family: Calibri, sans-serif;
}

.tFilter {
    background-image: url('/img/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 16%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

.btnApply {
  background-color: #B0AF4C; /* Green */
  display: inline-block;
  border-radius: 4px;
  /* background-color: #f4511e; */
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}


.btnApply span:after {
  content: '>';
  position: relative;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btnApply:hover span {
  padding-right: 25px;
}

.btnApply:hover span:after {
  opacity: 1;
  right: 0;
}

.btnApplied {
  background-color: #4CAF50; /* Green */
  display: inline-block;
  border-radius: 4px;
  /* background-color: #f4511e; */
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btnCompRes {
  background-color: rgba(22,56,147,.6);
  display: inline-block;
  border-radius: 4px;
  /* background-color: #f4511e; */
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 6px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;	
}

.compDesc {
	width: 480px;
	font-size: 14px;
	text-align: left;
	margin: auto;
	position: relative;
	horizontal-align: center;
}

.compResHead {
	width: 566px;
	height: 60px;
	font-size: 14px;
	text-align: left;
	margin: auto;
	position: relative;
	horizontal-align: center;
}

.compResBtnRow {
	position: absolute;
	bottom: 0px;
}

.compResTxt {
	position: absolute;
	top: 0px;
	width: 60%;
	left: 0px;
	text-align: center;
	height: 100%;
	background-color: rgba(22,147,56,.6);
	color: white;
	font-size: 20px;	
}

.compRules {
	position: absolute;
	right: 0px;
	width: 40%;
	height: 100%;
	background-color: rgba(32,137,46,.7);
}

.profileLink {
	color: #107896;
}