/*===== event ================================================================*/

#event
{
}

#event div:nth-of-type(1)
{
margin-top:2.5em; /* TODO: if more details are added for an event this will need to change.*/
}

#event p
{
height:2em;
}
#event p:nth-of-type(1)
{
margin-top:2em;
}

#event span
{
font-weight:bold;
}

.fixtures
{
padding:0.5em 0em 1em 0em;
}
.fixtures a
{
color:#191947 !important;
text-decoration:none;
}
.fixtures a:hover
{
color:#191947;
text-decoration:underline;
}
.fixtures a:active
{
color:#0000ff;
text-decoration:underline;
}
.fixtures tr td:nth-of-type(1) img,
.fixtures tr td:nth-of-type(5) img
{
padding:0em 0.25em;
width:1.5em;
}
.fixtures tr td:nth-of-type(2)
{
text-align:right;
}
.fixtures tr td:nth-of-type(3)
{
text-align:center;
width:6em;
}
.fixtures tr td:nth-of-type(2),
.fixtures tr td:nth-of-type(4)
{
min-width:12em;
}
.fixtures tr td:nth-of-type(6)
{
padding-left:1em;
}


.fixtureswithcountries
{
padding:0.5em 0em 1em 0em;
}
.fixtureswithcountries a
{
color:#000000 !important;
text-decoration:none;
}
.fixtureswithcountries a:hover
{
color:#000000;
text-decoration:underline;
}
.fixtureswithcountries a:active
{
color:#191947;
text-decoration:underline;
}
.fixtureswithcountries tr td:nth-of-type(2) img,
.fixtureswithcountries tr td:nth-of-type(6) img
{
padding:0em 0.25em;
width:1.5em;
}
.fixtureswithcountries tr td:nth-of-type(3)
{
text-align:right;
}
.fixtureswithcountries tr td:nth-of-type(4)
{
text-align:center;
width:6em;
}
.fixtureswithcountries tr td:nth-of-type(3),
.fixtureswithcountries tr td:nth-of-type(5)
{
min-width:12em;
}
.fixtureswithcountries tr td:nth-of-type(8)
{
padding-left:1em;
}

.profilepicture_big
{
border:0em;
float:left;
margin-right:2em;
}

.sidebox
{
float: right;  
margin-top:0.5em;
}