@charset "utf-8";
/* CSS Document */

.rejoins-un-match {	height: 29px;	width: 432px;	color: #4B4B4B;	font-family: "Josefin Sans";	font-size: 24px;	font-weight: bold;	line-height: 29px;	text-align: center;}
.matchBlock {	height: 80px;	width: 100%;	border-radius: 12px;	background-color: #FFFFFF;	box-shadow: 0 1px 7px 0 rgba(0,0,0,0.14); margin-bottom: 15px}
.matchBlock:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.80); 
  }
.matchThumbnail {	display: block; float: left; height: 100%;	width: 10%;	background-color: #D8D8D8;}
.matchDetails {	display: block; float: left; height: 100%; width: 40%; margin-left: 5%;padding-top: 5px}
