::selection {
    background: #FF5E99;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    /*font-size: 24px;*/
    font-family: Inconsolata, monospace;
    color: white;
    background-color: black;
}


h2 {
    letter-spacing: 4px
}

#container {
    padding: .1em 1.5em 1em 1em;
}

#container output {
    clear: both;
    width: 100%;
}

#container output h3 {
    margin: 0;
}

#container output pre {
    margin: 0;
}

#linkedin {
    text-decoration: none;
}

#profile_pic {
    border-radius: 50%;
    margin: 0 15px 20px 0;
}

.input-line {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: stretch;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-align: stretch;
    clear: both;
}

.input-line > div:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.prompt {
    white-space: nowrap;
    color: #39b318;
    margin-right: 7px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-orient: vertical;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.cmdline {
    outline: none;
    background-color: transparent;
    margin: 0;
    width: 100%;
    font: inherit;
    border: none;
    color: inherit;
}

.ls-files {
    height: 80px;
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px;
}
