@charset "UTF-8";

body {
    width: 500px !important;
    height: 355px !important;
}

#content {
    width: 75%;
}
body i {
  position: absolute;
  top:5px;
  right:25px;
  cursor: pointer;
	z-index:10;
}
#logcontainer {
	width:100%;
	height:200px;
}
#logs {
	height:200px;
	overflow:scroll;
	border:1px solid grey;
	padding:4px 0px 0px 4px;
	color: grey;
	font-size:12px;
}

.form-control {
  border-radius: 0.25rem!important;
}