.loginContainer {
	width: 400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.loginContainer h2 {
	text-align: center;
}

.textField {
	display: block;
	width: 100%;
	background-color: #efe7df;
	border: .05em solid #ab9b8a;
}

.textFieldWithPrefix {
	display: table;
	width: 100%;
	margin-bottom: .5em;
}

.textFieldWithPrefix .textField {
	display: table-cell;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}

.textFieldPrefix {
    display: table-cell;
    width: 1%;
    background-color: #a4acb5;
    border: 1px solid #847637;
    color: #565877;
    border-right: none;
    padding-left: .2em;
    padding-right: .1em;
    font-size: 1.1em;
    border-top-left-radius: .2em;
    border-bottom-left-radius: .2em;
    white-space: nowrap;
}

input {
	font-size: 1.25em;
}

.loginContainer input, .editArticleContainer input, #searchResults input {
	margin-bottom: .5em;
	font-family: 'Cabin', sans-serif !important;
}

.submitButton {
	display: block;
	width: 100%;
}

.inputLabel {
	font-size: 1em;
	margin-bottom: 0.1em;
}

.inputHint {
	font-size: .8em;
	color: rgba(0,0,0,.5);
	float: right;
	text-align: right;
}

textarea.editArticle {
	display: block;
	min-height: 800px;
	width: 100%;
	font-size: 1.1em;
}

#liveCodeRunnerPanel {
	position: absolute;
	right: 1em;
	display: inline-block;
}

textarea.codeEditor {
	display: block;
	min-height: 500px;
	width: 100%;
	font-size: 1.1em;
}

#previewContent {
	visibility: hidden;
}

.loginContainer input[type="file"] {
	width: 100%;
	background-color: #efe7df;
}

#topicTable input[type="button"] {
	margin: 0;
}

#topicTable td:first-child {
	width: 1px;
	padding: .2em;
}

input[name="voteCount"] {
	text-align: center;
}