/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

#jevents_body > div.ev_navigation > table > tbody > tr:nth-child(1) > td:nth-child(1),
#jevents_body > div.ev_navigation > table > tbody > tr:nth-child(1) > td:nth-child(2),
#jevents_body > div.ev_navigation > table > tbody > tr:nth-child(1) > td:nth-child(9),
#jevents_body > div.ev_navigation > table > tbody > tr:nth-child(1) > td:nth-child(10) {
	width: 45px;
}
#jevents_body > div.ev_navigation > table > tbody > tr:nth-child(1) > td:nth-child(1) > a > img,
#jevents_body > div.ev_navigation > table > tbody > tr:nth-child(1) > td:nth-child(2) > a > img,
#jevents_body > div.ev_navigation > table > tbody > tr:nth-child(1) > td:nth-child(9) > a > img,
#jevents_body > div.ev_navigation > table > tbody > tr:nth-child(1) > td:nth-child(10) > a > img {
	height: 20px;
}
.gsl-scope .gsl-width-large {
	width: 100% !important;
}