@import url("solarized-light.css");

.teaching-grid {
	padding: .25rem !important;
}

.teaching-grid-cell {
	text-align: center;
	background-color: #fff5f2;
	padding: .75rem .25rem;
	border-radius: .25rem;
}

.teaching-margin-fixed {
	margin: 0 !important;
}

.teaching-padding-fixed {
	padding-top: 5px;
	padding-bottom: 5px;
}

.teaching-heading-fixed {
	display: inline;
}

.teaching-table-first-fixed {
	border: 0 !important;
}

.teaching-table-td-fixed td {
	padding: 10px !important;
}

.teaching-color-block {
	width: 72px;
	height: 60px;
	border-top-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}

.teaching-tag-color {
	color: #2f6f9f !important;
	font-weight: 500 !important;
}

.teaching-pre-fixed {
	margin-bottom: 0 !important;
}

.teaching-code-fixed {
	padding: 5px !important;
}

.teaching-grid-icon {
	text-align: center;
	margin: .75rem .25rem;
	border-radius: .25rem;
}

.teaching-grid-icon:hover {
    -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	background-color: white;
	
}

.teaching-grid-icon-div i {
	margin: .75rem;
}

.teaching-grid-icon-div:hover {
	cursor: pointer;
	color: white;
	background-color: #ff6f3c;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.teaching-icon-code {
	font-size: 70% !important;
	background-color: transparent !important;
}

.teaching-card-body-fixed {
	padding-bottom: 0px !important;
}

.teaching-button-fixed {
	margin-right: 5px !important;
}

.teaching-switch-fixed {
	margin-right: 15px !important;
}

.teaching-margin-right-fixed {
	margin-right: 15px !important;
}

.teaching-padding-zero-fixed {
	padding: 0 !important;
}

.teaching-btn-fixed {
	min-width: 70px;
	margin-bottom: 5px;
}

.text-danger > .hljs-comment {
	color: red !important;
}

.hljs {
    background: #fff5f2;
}

.bg-muted {
	background: #6c757d;
}