/*
	Name		: Sportlomo SportsManager Old Style Fixer
	Version		: 1.0
    Created on	: 2016-10-19
    Author		: Laszlo Miko
*/



/* mystyle.css : begin */

body {
	background-image: none;
	margin: 0 !important;
}

a:link, a:visited  {
	text-decoration: none !important;
}
.sm-container-middark a,
.sm-container-midtone a {
	color: #97c850 !important;
}
.sm-footer-contacts a {
	color: #eeeeee !important;
	text-decoration: none !important;
}
.fixtureEditor a {
	font-weight: normal;
}

h1, h2, h3 {
	color: #404448;
	font-size: 21px;
	}
	h1 { font-size: 32px; }
	h2 { font-size: 24px; }
	h3 { font-size: 21px; }
body.sm-admin h1, body.sm-login h1, body.sm-admin h2, body.sm-login h2, body.sm-admin h3, body.sm-login h3 { /* need to keep login layout */
	color: #c0c4c8;
}

h2 > table {
	margin-left: auto;
	margin-right: auto;
}

td {
	font-size: 100%;
	font-family: inherit;
}

th.stylish {
	border: none;
	background-color: rgba(112,134,158,0.25);
}
th.stylish_dark {
	border: none;
	background-color: rgba(112,134,158,0.5);
}
tr.stylish {
	background-color: transparent;
}
tr.stylish_dark {
    background-color: rgba(112,134,158,0.25);
    color: #000000;
}
tr.stylish_light {
    background-color: rgba(112,134,158,0.1);
    color: #000000;
}
table.stylish {
	text-align: left;
}

/* mystyle.css : end */



/* sm-style.css : begin */

body:after {
	display: none;
}

/* sm-style.css : end */



/* sm-nl-style.css : begin */

input[type="checkbox"] {
	display: inline-block;
}

/* sm-nl-style.css : end */



/* Others */

#notification {
	display: none;
}



/* Teamsheet Editor Widget : begin ---------------------------------------------------------------------------------- */

.createTeam {
	max-width: 700px;
}

/* Teamsheet Editor Widget : end ------------------------------------------------------------------------------------ */