* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body {
  	background-color: #135115;
}

.log{
	border: 1p solid red;
	background-color: #ddd;
		
}

.log h2{
	background-color: #ddd;
  	font-weight: bold;
}

pre {
  font-family: "Lucida Console", Courier, monospace;
}

.dbt {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.dbt td, .dbt th {
  border: 1px solid #ddd;
  padding: 8px;
}

.dbt tr:nth-child(even){background-color: #F1F4F9;}

.dbt tr:hover {background-color: #ddd;}

.dbt th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #5E7DAC;
  color: white;
}

.content {
/*	width: 1100px; */
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

/* cards */

div.card {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	width: 180px !important;
	height: 320px;
	position: relative;
	border-radius: 18px;
	display: inline-block;
	margin: 5px -34px;
	padding: 2px;
	background-color: #fff;
}

.card img{
	width: 175px;
	height: 315px;
	position: absolute;
	clip: rect(5px, 350, 626px, 7px);
	border-radius: 15px;
}
