@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700);
body {
    background-color: #000;
    margin: 0;
    padding: 0;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

h1,
h2,
h3 {
    font-size: 12px;
    font-weight: 300;
    background-color: #000;
    margin: -10px 0 0 10px;
    padding: 2px 5px;
    float: left;
    position: absolute;
    z-index: 1000;
}

#wrapper {
    width: 90vw;
    height: calc(100vh - 20px);
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
}

.container {
    display: flex;
    justify-content: space-between;
}

#stream {
    height: 44vh;
}

#analysis {
    height: 44vh;
}

.column {
    position: relative;
    width: calc(33.3% - 16px);
    margin-bottom: 48px;
    border: 1px solid #fff;
}

.cut {
    width: 16px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    background-color: #000;
}

.bridge {
    width: 10px;
    height: 16px;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.textWrapper {
	margin: 40px 30px;
}

.textWrapper p {
	min-height: 50px;
	margin: 0 0 30px 0;
}

#log {
    margin-top: -24px;
    padding: 16px 15px;
    position: relative;
    border: 1px solid #fff;
    text-align: center;
}

.column img {
	width: 22vw;
	margin: -20px;
	display: none;
}

#overlayImg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 100;
    background-image: url("../bg.jpg");
    background-blend-mode: screen;
    background-size: cover;
    background-color: transparent;
    opacity: 0.5;
}
