/* Add here all your css styles (customizations) */

.text-right {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
 
div.alert-messages {
    position: fixed;
    text-align:center;
    top: 40%;
    left: 10%;
    right: 10%;
    z-index: 9999;
}

.match-icon {
	cursor:pointer;
	color:#1f4597;
}

.track-icon {
	cursor:pointer;
	color:#3d9260;
}

.act-icon{
	cursor:pointer;
}