body {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    font-family: "AvenirNext-DemiBold", Arial, sans-serif;
    color: rgb(192, 192, 192);
}

a {
    color: rgb(97, 173, 255)
}

.bleached {
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.margined {
    position: relative;
    margin-left: 15%;
    margin-right: 15%;
}

.overRight {
    position: absolute;
    z-index: 1;
    right: 10px;
}

.justified {
    width: 100%;
}

.half {
    width: 50%;
}

.invisible {
    display: none;
    overflow: hidden;
}

.logo {
    width: 420px;
    height: 420px;
}

.title {
    font-size: 2em;
    color: rgb(255, 255, 255);
}

td {
    padding-left: 10px;
}

.picture {
    width: 100px;
    height: 100px;
}

.padded {
    padding-left: 20px;
}

.icon {
    width: 48px;
    height: 48px;
    padding-right: 10px;
}

.footer {
    text-align: center;
    color: rgb(112, 112, 112);
}