﻿/* CSS classes for representative county match player notes display */
.RepMatchPlayerNotes { background-color:#FFFFFF; width: 400px; border: solid 1px black; }
.RepMatchPlayerNotes .Heading { width: 100%; background-color: Gray; height:18px; line-height:18px}
.RepMatchPlayerNotes .Heading span.Name { color:#FFFFFF; padding-left: 10px; font-size: 9pt; font-weight:bold;}
.RepMatchPlayerNotes .Buttons { text-align: center; }

