body {
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;
}

table {
	table-layout: fixed;
	background-color: #fff;
}

textarea {
	resize: none;
}

li.active > a {
	max-width: 16em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.panel {
	position: relative;
}

.panel > .badge {
	position: absolute;
	left: -0.5em;
	top: -1em;
}

.width-5 {
	width: 5%;
}

.width-10 {
	width: 10%;
}

.width-15 {
	width: 15%;
}

.width-20 {
	width: 20%;
}

.width-25 {
	width: 25%;
}

.width-30 {
	width: 30%;
}

.width-33 {
	width: 33.333333333333333333333333333333%;
}

.width-35 {
	width: 35%;
}

.width-40 {
	width: 40%;
}

.width-45 {
	width: 45%;
}

.width-50 {
	width: 50%;
}

.width-55 {
	width: 55%;
}

.width-60 {
	width: 60%;
}

.width-65 {
	width: 65%;
}

.width-70 {
	width: 70%;
}

.width-75 {
	width: 75%;
}

.width-80 {
	width: 80%;
}

.width-85 {
	width: 85%;
}

.width-90 {
	width: 90%;
}

.width-95 {
	width: 95%;
}

.width-100 {
	width: 100%;
}