@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
* {
	font-family: 'Ubuntu', sans-serif;
}
textarea {
	font-family: monospace;
}

.modal-big {
	max-width: 80% !important;
	max-height: whatever;
}

.code-scroll {
	overflow: scroll;
	max-height: 400px;
}

.modal-big textarea {
	font-family: monospace;
	font-size: 70%;
}

.logo-container {
    width: 50px;
    height: auto;
}

.logo-container img {
    width: 70%;
    height: auto;
}

.table-doc td, .table-doc ol li, .table-doc td a { 
	font-family: monospace;
	font-size: 100%;
}

.table-doc td a {
	color: lightblue;
}

.code-span {
	font-family: Consolas,"courier new";
	color: crimson;
	background-color: #f1f1f1;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 110%;
}

.code-macro {
	font-family: Consolas,"courier new";
	color: #347105;
	background-color: #f1f1f1;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 110%;
}
