@font-face {
    font-family: MagdaClean;
    src: url('../font/MagdaCleanLatin.ttf');
}

.navbar-brand {
    font-family: MagdaClean;
    font-weight: bolder;
}

.darklight {
    background-color: #dedfe0 !important;
}

.console {
    height: 11em;
}

.log {
    max-height: 9em;
    height: 9em;
    min-height: 9em;
    background-color: #edeeef;
    overflow-y: auto;
}
.entry {
    display: block;
    margin-bottom: -5px;
}
.prompt{
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 2em;
    height: 2em;
    min-height: 2em;
}
.cmdin {
    height:100%;
    width: 50%;
    display:inline-block;
    position:relative;
    overflow: hidden;
}

.magda {
    font-family: MagdaClean;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
