body{
  	margin: auto;
}

table{
	  margin-left: auto;
	  margin-right: auto;
      border-collapse: collapse;
	  border: 0px solid black;
}

td {
	font-family: bradley hand, cursive;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 6px;
	padding-left: 6px;
	padding-right: 6px;
	height: 100px;
}

.title_img{
	border: 0px;
	box-shadow: none;
}


img {
	border-left: 0.1px solid black;
	border-right: 0.1px solid black;
	box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.2),-3px 0px 3px 0px rgba(0, 0, 0, 0.2);
}


th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
		color: #000000;
	    text-shadow:
    -1px -1px 0 #FFFFFF,
    1px -1px 0 #FFFFFF,
    -1px 1px 0 #FFFFFF,
    1px 1px 0 #FFFFFF;  
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

a {
	font-family: bradley hand, cursive;
	text-decoration: none;
	color: #000000;
}

.template {
	border: 2px dashed black;
}

.stats_first {
//	padding:0px;
	padding-left: 10px;
//  padding-right: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 24px;
	text-align: center;
	margin:0px;
	background-color: #000000;
//	border-left: 2px solid black;
//	border-top: 2px solid black;
//	border-bottom: 2px solid black;
}

.stats {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-align: center;
//	padding:0px;
//	padding-left: 10px;
//	padding-right: 10px;
	margin:0px;
	background-color: #000000;
////	border-left: 0.5px solid black;
//	border-right: 0.5px solid black;
//	border-top: 2px solid black;
//	border-bottom: 2px solid black;
}

.stats_last {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-align: center;
	//padding:0px;
	//padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	background-color: #000000;

/////	border-left: 0.5px solid black;
//	border-top: 2px solid black;
//	border-bottom: 2px solid black;
}

.stats_box{
	background-color: #E5E7EE;
	padding: 8px;
//	margin: 10px;
	border: 1px solid #9ba7b8;
	border-radius: 5px;
}

.image_box{
	padding-left: 0px;
	padding-right: 0px;
}

.url_box{
	border: 1px solid red;
	height: 100%;
	weight: 100%;
	top: 50%;
}

.mastery_box {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-align: center;
//	border: 1px solid black;
	width: 100px;
	padding-left: 0px;
	padding-right: 0px;
}

.occupation {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-align: center;
//	border: 1px solid black;
	width: 200px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFFFFF;
	    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
    max-width: 160px;
}


.information_box{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.footer_box {
	width: 100%;
	border: 1px solid #646f7f;
	background-color: #E5E7EE;
	padding: 10px;
}

tr:nth-child(odd) {
  background-color: #E5E7EE; //9ba7b8
  color: #000000;
 // border-top: 0.5px solid black;
  //border-bottom: 0.5px solid black;
  //box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 1.1);

}

tr:nth-child(even) {
  background-color: #FFFFFF; //E5E7EE
  color: #000000;
  //border-top: 0.5px solid black;
  //border-bottom: 0.5px solid black;
  //box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.1), 3px -3px 3px rgba(0, 0, 0, 0.1);

}

//tbody:hover > tr td {
//  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
//  opacity: 0.5;
//}

tbody:hover > tr:hover:nth-child(even) td {
//	border-top: 0.5px solid white;
//	border-bottom: 0.5px solid white;
//  text-shadow: none;
//  color: #000000;
//  background: #f5f5f6;
//  border-bottom: 1px solid #646f7f;
 // filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
//  opacity: 1;
//box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1), 3px -3px 3px rgba(0, 0, 0, 0.1);
}

tbody:hover > tr:hover:nth-child(odd) td {
//	border-top: 0.5px solid white;
//  	border-bottom: 0.5px solid white;
//  text-shadow: none;
//  color: #000000;
 // background: #f5f5f6;
//  border-bottom: 1px solid #646f7f;
//  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
//  opacity: 1;
//box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.1), 3px -3px 3px rgba(0, 0, 0, 0.1);
}

.tooltip {
  position: relative;
 // display: inline-block;
  //border-bottom: 1px dotted black;

  text-shadow: none;
}

.tooltip .tooltiptext {
	visibility: hidden;
	font-size: 13px;
  width: 520px;
  background-color: white;
  color: #000000;
  text-align: left;
  border: 1px solid black;
  border-radius: 6px;
  padding: 5px;
  margin: 5px;
  position: absolute;
  z-index: 1;
  top: 90%;
  left: 150%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.group_stats_block {
//	border: 2px solid red;
	vertical-align: text-top;
  background-color: white;
  padding: 0px;
  margin: 0px;
	font-family: "Times New Roman", serif;
	text-align: center;
}

.stats_block_title{
	vertical-align: center;
	  background-color: white;
	  border: 0.5px solid black;
	  padding: 5px;
	  margin: 0px;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	text-align: center;
	height: 60px;
}

.stats_block{
	vertical-align: text-top;
	  background-color: white;
	  border: 0.5px solid black;
	  padding: 10px;
	  margin: 0px;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	text-align: center;
	height: 60px;
}