@charset "utf-8";
/* CSS Document */

.navbar-default { background-color:#222; border-color:#222; opacity:0.8; padding:15px;}
.navbar-default .navbar-nav > .active > a { background-color:transparent; color:#CCC;}
.navbar-default .navbar-nav > li > a:hover { color:#fff;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover { background-color:transparent}
.navbar-nav { margin-top:14px;}

h1, h2 { margin:0;}
.table > tbody > tr > td { border:none;}

.thumbnail { border:none; padding:0;}

.table-striped > tbody > tr:nth-child(odd) > td { background-color:#ddd;}
.table > tbody > tr > td { padding:4px;}

.navbar-default .navbar-nav > li > a { color:#fff}
