@CHARSET "UTF-8";

body {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    background-color: black;
}

.container {
	background-color: black;
}

.logo a {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: white;
}

.router_description,  .router_startup, .router_contact, .router_ip, .router_startup {
	font-size: 12px;	
}

.box .title h4.title_router {
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    color: white;
}

.router_favorite {
    position: absolute;
    right: 6px;
    top: 4px;
    width: 16px;
    height: 16px;
}

.router_pinned {
    position: absolute;
    right: 24px;
    top: 4px;
    width: 16px;
    height: 16px;

}

.router_pinned.pinned_on {background-image:url("../img/menu_icons/pinnedon_320_480.png")}
.router_pinned.pinned_off {background-image:url("../img/menu_icons/pinnedoff_320_480.png")}

.router_favorite.favorite_on {background-image:url("../img/menu_icons/favoriteon_320_480.png")}
.router_favorite.favorite_off {background-image:url("../img/menu_icons/favoriteoff_320_480.png")}
