.monoSpaceTextArea {
    font-family: Menlo,Monaco,Consolas,"Courier New", monospace !important;
}

.large {
    font-size: 24px;
}

.selected-row {
    background-color: #98cae1!important;
}

.force-inline {
	display: inline-block!important;
}

.smaller-font {
    font-size: 60%!important;
}

.pull-dropdown {
	right: auto!important;
	left: 0px!important;
	float: right!important;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

/* tablets and upwards */
@media (min-width: 768px) {
    .pull-dropdown {
    	right: 0px!important;
		left: auto!important;
		float: left!important;
    }
}

.inline-buttons {
	display: inline-block!important;
}

.img-responsive-logo {
    max-height: 30px !important;
    overflow: visible !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}