#sitemap {
    background: ;
}

#parent {
    position: relative;
    display: block;
    width: 100%;
    border: 0px #000000;
    border-style: solid;
    text-align: left;
}



.children, .children_blank, .children_2 {
    position: relative;
    display: inline-block;
    width: 10%;
    margin:5px 10px;
    padding: 5px; 5px;
    border: 1px #000000;
    border-style: solid;
    text-align: center;
}

.children_blank {
    border-style: none;
}

.children_2 {
    border-style: ;
}
        