@import "bootstrap.css";

/* CSS General */
* {
	font-family: Arial, sans-serif;
	outline: none;
	-webkit-print-color-adjust: exact !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
nav.navbar, .sidebar, main, .hiddenprint, .modal-backdrop.show {
	display: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
h1 {
    display: inline-block;
    color: #545454;
    font-size: 30px;
    padding-bottom: 10px;
}
table.table td.actions > a {
	padding: 0 3px;
	margin: 0 3px;
	cursor: pointer;
}
table.table th, table.table td {
	line-height: 100%;
	padding: 5px;
}
table.head {
    width: 100%;
}
table.head img {
    max-height: 80px;
}
table.head h2 {
    font-size: 200%;
}