table, th, td, tr, tbody, tbod {
  border: 0px;
	background-color: transparent;
	width: 100%; 
	text-align: center;
	line-height: 1;
}

tbody tr:nth-child(even) {
	background-color: transparent;
}

.thunderfocustea {
	background-image: linear-gradient(#5060a3, #73a8e4); 
	font-size: 12px; 
	color: white; 
	border-radius: 13px; 
	border: 2px solid #9acfd9; 
	width: 40%; float: right; 
	padding: 20px;
	margin: 20px;
}

.thunderfocustea a:link { 
	color: #5ce5ff;
}
.thunderfocustea a:visited { 
	color: #5ce5ff;
}
.thunderfocustea a:hover { 
	color: #fff;
}
.thunderfocustea a:active { 
	color: #5ce5ff;
}
.life-cocoon {
	background-image: linear-gradient(#5097a3, #99df9e); 
	font-size: 12px; 
	color: white; 
	border-radius: 13px; 
	border: 2px solid #8ef380; 
	width: 40%; float: right; 
	padding: 20px;
	margin: 20px;
}

.life-cocoon a:link { 
	color: #d2f179;
}
.life-cocoon a:visited { 
	color: #d2f179;
}
.life-cocoon a:hover { 
	color: #fff;
}
.life-cocoon a:active { 
	color: #d2f179;
}

.revival {
	background-image: linear-gradient(#527ea3, #97dddb); 
	font-size: 12px; 
	color: white; 
	border-radius: 13px; 
	border: 2px solid #9ad9d7; 
	width: 40%; float: right; 
	padding: 20px;
	margin: 20px;
}

.revival a:link { 
	color: #5cb0ff;
}
.revival a:visited { 
	color: #5cb0ff;
}
.revival a:hover { 
	color: #fff;
}
.revival a:active { 
	color: #5cb0ff;
}

.special-image {
	float:right;
	margin: 0.1em;
}


.hoverpurple img {
	opacity: 1;
	background: #217cdd;
	transition: .3s ease-in-out;
}
.hoverpurple img:hover  {
	opacity: 0.75;
}

.mistweaverstrategy {
	background-image: url('http://www.mistyteahouse.com/wp-content/uploads/2018/08/mw-logo-top.png'); 
	background-repeat: no-repeat; 
	background-size: 100% auto; 
	background-position: top; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	border-radius: 5px; 
	list-style-position: inside; 
	padding: 32px 20px 5px 35px;
	overflow: hidden;
}

.windwalkerstrategy{
	background-image: url('http://www.mistyteahouse.com/wp-content/uploads/2018/08/ww-logo-top.png'); 
	background-repeat: no-repeat; 
	background-size: 100% auto; 
	background-position: top; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	border-radius: 5px; 
	list-style-position: inside; 
	padding: 32px 20px 5px 35px;
	overflow: hidden;
}

.brewmasterstrategy {
	background-image: url('http://www.mistyteahouse.com/wp-content/uploads/2018/08/bm-logo-top.png'); 
	background-repeat: no-repeat; 
	background-size: 100% auto; 
	background-position: top; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	border-radius: 5px; 
	list-style-position: inside; 
	padding: 32px 20px 5px 35px;
	overflow: hidden;
}

.mythicstrategy {
	background-image: url('http://www.mistyteahouse.com/wp-content/uploads/2018/09/purple-top-logo.png'); 
	background-repeat: no-repeat; 
	background-size: 18% auto; 
	background-position: top left; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	border-radius: 5px; 
	list-style-position: inside; 
	padding: 32px 20px 5px 35px;
	overflow: hidden;
}

.normalheroicstrategy {
	background-image: url('http://www.mistyteahouse.com/wp-content/uploads/2018/10/blue-top-logo.png'); 
	background-repeat: no-repeat; 
	background-size: 18% auto; 
	background-position: top left; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	border-radius: 5px; 
	list-style-position: inside; 
	padding: 32px 20px 5px 35px;
	overflow: hidden;
}

.timers {
	background-image: url('http://www.mistyteahouse.com/wp-content/uploads/2018/09/time-logo.png'); 
	background-repeat: no-repeat; 
	background-size: 18% auto; 
	background-position: top left; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	border-radius: 5px; 
	list-style-position: inside; 
	padding: 32px 20px 5px 35px;
	overflow: hidden;
}

span.guidetag  {
    border-radius: 3px;
    display: inline-block;
    line-height: 1.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.01em;
    box-shadow: none;
}

a.guidetag {
	font-weight: bold; 
	font-size: 12px; 
	font-family: 'open sans'; 
	color: #ffffff; 
	transition: color 0.3s ease-in-out;
	box-shadow: none;
}

 a:hover.guidetag {
	color: #000;
	 box-shadow: none;
}