body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #989898;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.pheader {
	padding: 30px;
	border-bottom: 1px solid #ccc;
	margin: 0px;
}

div.main {
	width: 90%;
	background-color: #fafafa;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	box-shadow: 0 0 8px rgb(13 33 46/ 5%);
	overflow-x: hidden;
	overflow-y: auto;
	margin: auto;
	text-align: center;
	padding: 10px;
}

h3 {
	font-size: 18px;
	color: #6ac9ec;
}

a {
	color: #00a3de;
}

h3.up {
	font-size: 21px;
	color: #013770;
}

h3.header {
	font-size: 19px;
	color: #013770;
	text-align: center;
	float: unset;
	margin: 10px;
}

div#serverBox h3.header {
	padding: 1px;
}

div#assemblyBox h3.header {
	padding: 1px;
}

div#componentsBox h3.header {
	padding: 1px;
}


div#statusBox {
	margin: 10px;
}

div#left {
	float: left;
	margin-left: 15px;
}

div#right {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

div#versionslist {
	visibility: hidden;
	display:none;
	margin-top: 100px;
}

h3#serverHeader{
	margin-top: 30px;
}
h3#assemblyHeader{
	margin-top: 30px;
}
h3#componentsHeader{
	margin-top: 30px;
}
h3#pluginsHeader{
	margin-top: 30px;
}

div#pluginBox, div#serverBox, div#assemblyBox, div#componentsBox {
	width: 90%;
	border-radius: 8px;
	border: 1px solid #ccc;
	box-shadow: 0 0 8px rgb(13 33 46/ 5%);
	margin: auto;
	height: auto;
	display: block;
	overflow: auto;

}

table.pluginTable, table.serverTable, table.assemblyTable, table.componentsTable {
	width: 100%;
	vertical-align: top;
	border-spacing: 0;
	background-color: #fff;
	border-color: #00a3de;
	text-align: left;
}

th {
	text-align: left;
	padding: 15px;
	background-color: #fff;
	color: #00a3de;
	border-bottom: 1px solid #ccc;
}

tr:nth-child(even) {
	background-color: #fafafa;
	text-align: left;
}

td {
	padding: 15px;
	text-align: left;
}

button#showVersionsBtn {
	background-color: #0AA1E2;
	border: 1px solid #0AA1E2;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400 !important;
	line-height: inherit;
	text-align: center;
	text-shadow: none !important;
	padding: 10px;
}

button#showVersionsBtn:hover {
	background-color: #0883c0;
	border: 1px solid #0AA1E2 !important;
	color: #fff !important;
	cursor: pointer;
}

#errmsg {
	display: none;
	visibility: hidden;
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	font-size: 110%;
	float: none;
	border: 1px solid red;
	border-radius: 8px;
	width: 70%;
	margin: auto;
	margin-top: 100px
}

#logo {
	float: left;
}

#assemblyVersion {
	text-align: right;
}

::-webkit-scrollbar {
	width: 13px;
	height: 13px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #ccc;
	border-radius: 8px;
}

::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #00A2DE;
	opacity: 50;
}

iframe{
	visibility: hidden;
	display:none;
}