.CodeMirror {
	font-family: monospace;
	height: 200px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header {
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
    height: 110px;
}

h1.logo {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  margin: 0;
  text-decoration: none;
  line-height: 80px;
}

p, li {
    font-size: 16px;
    line-height: 1.5em;
}

pre {
  font-family: Courier New, monospaced;
}

img.logo {
  position: absolute;
  right: -25px;
  bottom: 4px;
}

.quasilink {
  color: #df0019;
  cursor: pointer;
}

.quasilink:hover {
  color: #800004;
}

.copyright {
  font-size: 1em;
  color: gray;
  text-align: center;
  margin: 5px 0;

}

#side {
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
}

footer {
	position: fixed;
	bottom: 0;
    left: 0;
    right: 0;
    background: #f8f8f8;
    border-top: 1px solid #ccc;
}

.sidebar {
    width: 160px;
    float: right;
    padding-left: 5px;
}

.sidebar h3 {
    border-bottom: 1px solid #ddd;
}

.post-job {
    text-align: center;
    background: #58c;
    border: 1px solid #36a;
    color: white;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;

}

.post-job:hover {
    background: #69d;
}

.post-job h4 {
    font-size: 16px;
    margin: 0;
}

.post-job p {
    margin: 0;
    font-size: 10px;

}

.icon-briefcase {
    padding-right: 5px;
}

.small-link {
    color: #58c !important;
    font-size: 11px;
}

textarea {
    cursor: default;
}

#main {
    margin-bottom: 300px;
}

.breadcrumb .active {
    font-weight: bold;
    color: black;
}

.title {
    margin: 20px 0;
}

.company-logo {
    max-width: 100%;
    max-height:100px;
}

.recaptchatable * {
    border: 0 !important;
    line-height: normal !important;
}

#loading {
    padding: 0 4px;
    box-sizing: border-box;
    color: #A6E22C;
    font-family: monospace;
    display:none;
    margin-bottom: -200px;
    position: relative;
    z-index: 10;
    height: 200px;
    background-color: #3C3D38;
    background-image: url(/static/img/se-logo-anim.gif);
    background-repeat: no-repeat;
}

.btn.execute-code {
    margin-bottom: 10px;
}

#macro-nav {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    footer.minimized {

    }

    #macro-nav {
        display: none;
    }


}

@media screen and (max-height: 500px) {
    footer.maximized {
        top: 0;
    }

    footer.minimized .code-window {

    }
}


@media screen and (max-width: 768px) and (max-height: 800px) {
    .code-window, .output-window {
        display: none;
    }

    #main {
        margin-bottom: 30px;
    }

    .execute-code {
        visibility: hidden;
    }
}

/* DataCamp */
.container div.powered-by-datacamp a {
	font-size: 0.8rem;
}
.container div.powered-by-datacamp .logo {
	vertical-align: middle;
}

.container div.datacamp-exercise {
	min-height: 150px;
}
