@import url(http://fonts.googleapis.com/css?family=Ubuntu);

html {
	min-height: 100%;
	position: relative;
}

body {
    padding-bottom: 30px;
}

#log {
	background-color: black;
	color: white;
	font-family: 'Ubuntu', sans-serif;a
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	margin: 20px 0px;
	border-radius: 10px;
	overflow-y: scroll;
	height:600px;
}

.overview tr:first-child td {
	text-align: left;
}

.overview td {
	padding: 4px;
	font-size: 30px;
	vertical-align: top;
}

.overview td:first-child {
	text-align: right;
}

.banner_code {
	border:1px solid black;
	margin:30px 0px;
	box-shadow:3px 3px 5px #888;
	padding: 15px;
}

.banner {
	width: inherit;
}

.footer {
	position: absolute;
	bottom: 0px;
	margin-top: 110px;
    width: 100%;
    height: 60px;
    background-color: #e5e5e5;
}

.container .text-muted {
    margin: 20px 0;
}
.text-muted {
    color: #777;
}

body {
  margin-bottom: 100px;
}

table.matrix {
    width: 100%;
    border: 1px solid #DDDDDD;
}
table.matrix td {
    padding: 4px 5px;
}

.background-success {
    background-color: #DFF0D8 !important;
}
.background-danger {
    background-color: #F2DEDE !important;
}

.strong {
    font-weight: bold;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.border-bottom {
    border-bottom: 1px solid #DDDDDD;
}
.border-right {
    border-right: 1px solid #DDDDDD;
}