﻿.sitemap-header {
    font-family: "Roboto";
    font-size: 25px;
    line-height: 60px;
}

li.sitemap-item {
    display: block; 
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 15px;
    font-family: Roboto;
    padding-left: 0;
	margin-left: -8px;
}

.sitemap-fix-pos {
    padding-left: 0;
}

a.sitemap-link:link {
    color: white;
}

a.sitemap-link:active {
    color: white;
}

a.sitemap-link:visited {
    color: white;
}

a.sitemap-link:hover {
    color: white;
}


