/*
THIS FILE IS MANAGED BY PUPPET
Ref: globalnoc_routerproxy/files/styles.css
*/

body {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color: #97040C;
  padding: 5px;
  margin: 20px 0px 0px 0px;
}

table {
  width: 60vw;
  padding: 5px;
  border: none;
  border-spacing: 0px;
}

table td, table th {
  padding: 5px;
}

table tr:nth-child(odd) {
  background-color: #fff;
}

table tr:nth-child(even) {
  background-color: #eee;
} 

th {
  color: #fff;
  background-color: #97040C;
  font-weight: bold;
  text-align: left;
}

.network {
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
}

.link {
  color: #97040c;
}