@CHARSET "UTF-8";

/** for edit advanced starter/subs - events menu **/
#matrixgameseventsnav ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
   }

#matrixgameseventsnav ul li {
    margin-left: 0;
    padding:0.2em 1em;
    border-left: 1px solid #000;
    list-style: none;
    display: inline;
    background-image:none;
   }

#matrixgameseventsnav ul li.first {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
   }

/* styles for joomleague frontpage */
.projectsummary .ranking {
  float: left;
  margin-left: 5px;
}

.projectsummary .results {
  float: left;
  margin-left: 5px;
}

.projectsummary .clear {
  clear: both;	
}


.projectsummary .ranking .divisiontitle{
  font-weight: bold;
  margin: 0 0 4px 0;
}

.projectsummary .rankingtable {
	border: 0;
	border-collapse: collapse; 
	width: 100%;
  margin-bottom: 10px;
}

.projectsummary .rankingtable .td {
  padding: 3px;
}

.projectsummary .results .matchdaytitle {
  padding: 5px 0px 5px;
  margin-bottom: 4px;
  background: #EEE;
}

.projectsummary .resulttable {
  border: 0;
  border-collapse: collapse; 
  width: 100%;
  margin-bottom: 5px;
}
