.city_page table {
	border: none !important;
	border-collapse: collapse;
	/*line-height: 1.8em;*/
}

.city_page table tr td 
{  
	padding: 3px 10px;
	border: none !important;       
	border-bottom: 1px solid blue !important;
}

/********************* HNEDA ********************/

.table_brown table tr td {border-color: #cc8932 !important; }
.table_brown tr:nth-child(odd) {background: #eee !important}
.table_brown tr:nth-child(2n+2) {background: #ffffff !important}
.table_brown tr:nth-child(1) {background: #cc8932 !important}


/********************* CERVENA ********************/

.table_red table tr td {border-color: #E35E5F !important; }
.table_red tr:nth-child(odd) {background: #eee !important}
.table_red tr:nth-child(2n+2) {background: #ffffff !important}
.table_red tr:nth-child(1) {background: #E35E5F !important}


/********************* MODRA ********************/

.table_blue table tr td { border-color: #C3D9FF !important; }
.table_blue tr:nth-child(odd) {background: #eee !important}
.table_blue tr:nth-child(2n+2) {background: #ffffff !important}
.table_blue tr:nth-child(1) {background: #C3D9FF !important}


/********************* ZELENA ********************/

.table_green table tr td { border-color: #9AB858 !important; }
.table_green tr:nth-child(odd) {background: #eee !important}
.table_green tr:nth-child(2n+2) {background: #ffffff !important}
.table_green tr:nth-child(1) {background: #9AB858 !important}


/********************* FIALOVA ********************/

.table_purple table tr td { border-color: #A67595 !important; }
.table_purple tr:nth-child(odd) {background: #eee !important}
.table_purple tr:nth-child(2n+2) {background: #ffffff !important}
.table_purple tr:nth-child(1) {background: #A67595 !important}


/********************* ZLUTA ********************/

.table_yellow table tr td { border-color: #E1B22A !important;   border-bottom: 1px solid;}
.table_yellow tr:nth-child(odd) {background: #eee !important}
.table_yellow tr:nth-child(2n+2) {background: #ffffff !important}
.table_yellow tr:nth-child(1) {background: #E1B22A !important}
