/* your styles go here */
body {
	font-family: Roboto;
	font-style: normal;
	font-size: 1.2rem;
}

.page-font {
	font-family:Candara; /* sans-serif */
	font-style: normal;
	font-size: 1.1rem;
}


.mono-font {
	font-family: "Lucida Console", Monaco, monospace;
    font-style: normal;
    font-size: 13px;
}

textarea.sm-h {
	display: block;
    height: 150px;
	overflow: auto;
}

textarea.lg-h {
	display: block;
    height: 500px;
	overflow: auto;
}

.side-navbar .sidenav-heading {
    color: #33b35a;
    font-size: 1.0rem;
}

a {
    color: #33b35a;
    text-decoration: none;
    font-size: 17px;
}

.card {
	padding: 20px;
    height: 800px;
    overflow: auto;
	margin-bottom: 0px;
}

.section-padding {
    padding: 1rem 0;
}

.container-fluid {
    padding: 0 2rem!important;
}

.side-navbar {
    width: 200px;
}

.page {
	width: calc(100% - 200px);
}

.text-primary {
    color: #33b35a !important;
    text-transform: none;
}

.pb-small {
    padding-bottom: 15px!important;
}

.p0 {
    padding: 0px!important;
}

.btn.search {
    margin: 0 0 0 -1px;
}

.btn-default, .btn.default {
    color: #fff;
    background-color: #0f0c8a;
    padding: 12px 20px;
    line-height: 20px;
    border-radius: 4px!important;
    margin: 0px 15px 15px 0;
    transition: all 0.3s ease-in-out;
}

.foverline {
	text-decoration:overline;
}

.fserif {
    font-family: Georgia;
    font-style: normal;
}

.fitalic {
	font-style: italic!important;
}

.fbold {
	font-weight: bold!important;
}

.fsm {
	font-size: 1.15rem!important;
}

.fxl {
	font-size: 2.5rem!important;
}

.fxs {
	font-size: 0.8rem!important;
}

.book_title {
	font-weight:bold;
}

.article_title {
	font-weight:bold;
	font-style: italic;
}

.review_title {
	font-style: italic;
}