﻿/**
 * Base
 */
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  color: #000;
}
body {
  color: #444;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300;
  line-height: 1.4em;
}

/**
 * Main module
 */

#btnClose{
    height: 15px;
    width: 100%;
}
#btnClose > i {
    float: right;
    padding: 2px;
    cursor: pointer;
}

 .match-container {
  max-width: 300px;
  height: 150px;
  background-color: white;
  margin: 0 auto;
  box-shadow: 0px 1px 7px 1px #a8a8a8;
  bottom: 15px;  
  z-index:5000;
  text-align: center;
  padding-top:10px;
}

.match-container > .title {
	font-size: small;
	font-weight:bold;
	padding-left: 10px;
    position:relative;
}

.logo > img {
	height: 25px;
}

.match_details {
    top: 0px;
    position:relative;
	display:flex;
	flex-direction:column;
	font-size: small;
	width:100%;
}

.match-teams {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}


.match_overview {
	position: absolute;
	font-size: small;
	padding-left: 10px;
	padding-top: 15px;
	color: #facc2e;
	font-size: 14px;
}

	.match_overview a:link {
		color: #facc2e;
		text-decoration: none;
	}
	.match_overview a:visited {
		color: #facc2e;
		text-decoration: none;
	}

.match_type {
    top: 5px;
    position:relative;
	font-size:small;
	display:inline-block;
	padding-left: 10px;
	display:inline-block;
}

.team-row {
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.team {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px 0 5px;
}