.pluginscontainer {
	text-align: center;
	margin: auto;
	width: 600px;
}

.content {
	padding-bottom: 10px;
}

.pluginstable {
	text-align: left;
	border-left: 1px solid #A60101;
	border-right: 1px solid #A60101;
}
.pluginstitle {
	background-color: #A60101;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.plugin {
	border-bottom: 1px solid #A60101;
	padding: 2px;
}

.col1 {
	width: 130px;
	position: absolute;
	top: 1px;
	left: 1px; 
}
.col2 {
	top: 0px;
	margin-left: 130px;
	width: 370px;
} 
.col3 {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 100px;
}
.bold {
	font-weight: bold;
}
p.beta {
	color: red;
}
p.planning {
	color: blue;
}
p.stable {
	color: green;
}
p {	
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
