/* Nice fonts */
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400); */
/* @import url(http://fonts.googleapis.com/css?family=Inconsolata); */
@import url(http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);
@import url(boom_hover.css);

/* fixing Font Awesome */
aside div.list-group a.list-group-item i {
	margin-right: 5px;
}


	
/* Selecting the main page header and making it nice */
div#page-wrapper > header {
	display: flex;
	justify-content: space-between;
	padding: 5px 0 20px 0;
	align-items: center;
}

.tournamentInfo {
	color: #008353;
	text-align: center;
	margin-left: 10px;
	margin-right: 20px;
}

.tournamentInfo p {
	font-style: oblique;
	font-size: x-large;
	margin: 0;
}

.tournamentInfo h1 {
	margin: 0;
	font-size: 30px;
}

/* General lay-out*/
.flex-horizontal {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

#page-wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	font-family: Lato, Trebuchet, Helvetica, Verdana, sans-serif;
}

/* Playing with maim */
main {
	flex-grow: 2;
}

/* Playing with footer */
footer p {
	font-style: oblique;
}

/* More random stuff */
ol, ul {
	list-style-type: none;
}

time {
	font-weight: bold;
}

li > time::after {
	content: " - ";
}

.label-tournament {
	min-width: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.label-important {
	background-color: #b94a48;
	margin-left: -5px;
}

.live {
 	-webkit-animation: progress-bar-stripes 2s linear infinite;
 	-o-animation: progress-bar-stripes 2s linear infinite;
 	animation: progress-bar-stripes 2s linear infinite;
 	animation-direction: reverse;
}
/* No print  */
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
  
  .navbar, .image, .f, body > center > table > tbody {
        display: none !important;
    }

    /* Fixing printing url in firefox */
    a:link:after,
    a:visited:after {
        content: "" !important;
    }
}
h3 {
		background: linear-gradient(to right, lime 0%, white 100%);
	}
#pasek {
		font-size: 20px;
		background: linear-gradient(to right, lime 0%, white 100%);
	}	
list-group-item {
		margin-left: 20px;
	}
#zywo {
		background: yellow;
		font-size: 10px;
		font-weight: bold;
	}	
#prezydent {
		font-size: 14px;
	}	