﻿tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table {
	border-collapse: separate;
	text-indent: initial;
	white-space: normal;
	line-height: normal;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	color: -internal-quirk-inherit;
	text-align: start;
	border-spacing: 2px;
	font-variant: normal;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
   
}
tr.high {
	background-color: whitesmoke;
}
a {
	color: black;
}
td {
	font-size: 11px;
	padding:5px 10px;
	box-sizing:border-box;
}
td:nth-child(1) {
	width:42px;

}
th {
	text-align:left;
	padding:5px 10px;
	box-sizing:border-box;
	font-size: 11px;
}

h1 {text-transform:Uppercase;}
#header p,#footer p {font-size:11px;}
#header a,#footer a{text-decoration:none;}


@media only screen and (max-width: 768px) {
    body, html {
        margin:0;
        padding:0;
    }
    td:nth-child(3),th:nth-child(3) {
        display:none;
    }
    table {
        width: 100%;
        display: block;
    }
    .add-sitemap {
        width:92%;
        margin:0 auto;
    }
    #header {
        margin:0 0 10px;
        padding:0;
    }
    .add-sitemap h1 {
        margin-bottom:0
    }
    #header p {
        margin-top:5px
    }

}