/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 14, 2017, 7:09:16 PM
    Author     : rodney.chan
*/

h3 {
    margin: 20px;
    margin-left: 0px;
}

.row {
    margin: 20px;
    margin-left: 0px;
}

.error {
    color: #ff0000;
}

a:hover {
	/*color: #fae75c;*/
	/*color: #a2218a;*/
    /*background-color: #6c0015;
	color: #fff;
    */
    text-decoration: underline;
}

div.PublicTeamListContainer a:hover {
    background-color: #6c0015;
	color: #fff;
}

