html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #333;
}

header {
    font-size: 1em;
    margin-bottom: 1em;
}

section {
    margin-bottom: 1em;
}

h1.small {
    font-size: 1.4em;
}

h1 {
    line-height: 1.2em;
    margin-bottom: .2em;
}

.container {
    padding: 1em;
    background-color: #fcfcfc;
    color: #333;
    max-width: 1024px;
    margin: 0 auto;
}

h2 {
    font-size: 1.25em;
    line-height: 1.25em;
    padding-top: .12em;
    padding-bottom: .12em;
    padding-left: .25em;
    margin-bottom: .5em;
    background-color: #eee;
    border-left: 4px solid #333;
}


p {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: .5em;
}

.section-content {
    margin-top: .25em;
    margin-bottom: .25em;
}

.peertable {
    border: 1px solid #333;
    border-collapse: collapse;
    text-align: center;
}

.peertable th,
.peertable td {
    border: 1px solid #333;
    text-align: center;
    padding: .25em .5em .25em .5em;
}

.connected {
    color: white;
    background-color: rgb(26, 153, 121);
}

.connecting {
    color: white;
    background-color: rgb(23, 101, 218);
}

.disconnected {
    color: white;
    background-color: rgb(202, 30, 53);
}

.unknow {
    background-color: #ccc;
}
