/* Base */
body {
  padding-top:    15px;
  padding-bottom: 15px;
}
table {
  font-family:     arial, sans-serif;
  border-collapse: collapse;
  width:           100%;
}
th {
  border:     1px solid #888888;
  text-align: center;
  padding:    8px;
}
td {
  border:     1px solid #888888;
  text-align: center;
  padding:    8px;
}
tr:nth-child(even) {
  background-color: #dddddd;
}
#logo{
  height: 70px;
}
.ul-no-style{
  list-style: none;
}
input[type="checkbox"]{
  margin-top:     3px;
  vertical-align: top;
}
.nav-tabs{
  margin-bottom: 0px;
}
.tab-content{
  border:        1px solid #ddd;
  border-top:    0px;
  border-radius: 0px 0px 4px 4px;
}

.deny-margin-bottom{
  margin-bottom: 0px !important;
}

/* Content */
.map{
  height:        200px;
  margin-top:    20px;
  margin-bottom: 20px;
}

.mapList{
  margin-top: 20px;
}

.table-totals{
  width:         90%;
  margin:        auto;
  margin-top:    20px;
  margin-bottom: 20px;
}

.table-totals-footer td{
  font-weight: bold;
}