#sidebar-nav {
   display: none;
}

#header-nav {
   display: table;
   margin: auto;
   font-size: smaller;
   line-height: 1.2em;
}

#header-nav td {
   padding: 3px 10px;
}

#header-nav th {
   padding: 9px 18px;
}

#header-nav td img {
   height: 44px;
   position: relative;
   top: 2px;
}

#header-nav .face {
   height: 12px;
   position: relative;
   top: 2px;
}

#header-nav p {
   margin: 0;
}


@media screen and (min-width: 900px) {

 #sidebar-nav {
    display: table;
 	float: right;
 	font-size: smaller;
 	line-height: 1.2em;
 }
 
 #sidebar-nav td {
     padding: 3px;
 }
 
 #sidebar-nav td img {
 	height: 44px;
 	position: relative;
 	top: 2px;
 }
 
 #sidebar-nav .face {
 	height: 12px;
 	position: relative;
 	top: 2px;
 }
 
 #sidebar-nav p {
 	margin: 0;
 }
 
 #header-nav {
 	 display: none;
 }

}