/* Markdownlive Toolbar
=======================================================================*/

.markdownlive-bar {
	padding: 1em 0.7em;
	background-color: #1c2c56;
	list-style: none;
	margin-bottom: 0;
}

.markdownlive-bar li {
	color: #ddd;
	padding: 0.7em;
	display: inline;
}

.markdownlive-bar li:hover {
	color: #fff;
	background-color: #445e5b;
	cursor: pointer;
}

/* Markdownlive Editor
=======================================================================*/
.markdownlive-text {
	float: left;
    height: 20em;
    width: 50%;
}

.markdownlive-text textarea {
	margin-top: 0;
    height: 100%;
    width: 100%;
	resize: none;
	border-top: 0;
}

.markdownlive-text textarea:focus {
	outline: none;
}

/* Markdownlive Preview
=======================================================================*/

.markdownlive-preview {
	float: left;
    height: 20em;
    width: calc(50% - 2em);
    background-color: #f6f6f6;
    padding: 0 1em;
    overflow: auto;
}
