﻿.routebox{
	background-color: #014a7c !important;
  	padding-top:5px;
  	padding-bottom:5px;
}

.routebox ul ul {
    margin: 0;
    text-align: center;
}

.routebox ul {
    text-indent: 0px !important;
}

.routebox li {
    margin: 5px 10px;
    list-style-position: outside;
    list-style-type: none !important;
    background-color: #00853f !important;
}

.routebox ul li {
    background-color: #014a7c;
}

.routebox ul ul li {
    width: 45%;
    display: inline-block;
    text-indent: 0px !important;
    border: 0px;
    margin: 0;
    background-color: #014a7c !important;
    margin-bottom: 5px;
}



.routebox h2 {
    color: #fff;
    padding-top: 5px;
    margin-bottom: 0px !important;
    font-size: 15px !important;
    padding-left: 10px;
    padding-bottom: 5px;
}

.routebox ul ul li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;

    width: 100%;
	font-size:13px;
    display: block;
}