table.wpRM_plugin { width: 100%; }
table.wpRM_plugin .date { text-align: right; width: 5em; }
table.wpRM_plugin .time { text-align: center; width: 4em; }
table.wpRM_plugin .competition { text-align: left; width: 11em; }
table.wpRM_plugin .opposition { }
table.wpRM_plugin .home_away { text-transform: capitalize; width: 5em; }
table.wpRM_plugin .result { text-align: center; }
table.wpRM_plugin.latest .fixture { padding: 0 0 0 0.5em; }
table.wpRM_plugin.latest .score { width: 3em; }
table.wpRM_plugin.next .team_name { width: 5.5em; }
table.wpRM_plugin.next .home_away { width: 3em; }
table.wpRM_plugin.next .date { text-align: left; }


table.wpRM_plugin .result * { 
  background: #EAEAEA url('images/result-overlay.png') no-repeat -7px -7px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -999em;
  width: 16px;
}
table.wpRM_plugin .result .win { background-color: #15AA0D; }
table.wpRM_plugin .result .lose { background-color: #CD3017; }
table.wpRM_plugin .result .draw { background-color: #F3A22F; }

table.wpRM_plugin td.score { 
  text-align: center;
  width: 4em;
}
p.powered-by { 
  font-size: 70%;
  margin: 1em 0 0;
  text-align: right;
}