@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body { 
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
}
#aside { margin-top: 15px; }
#content .koowa .k-toolbar {
  border-bottom: 0;
  padding: 0;
}
#modlgn-username, #modlgn-passwd {
  width: 140px;
}
.well h3.page-header {
  margin-bottom: 15px;
}
/* Table */
table.gridtable {
	color:#333333;
	border-width: 1px;
	border-color: #cccccc;
	border-collapse: collapse;
    width: 100%;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #f5f5f5;
    vertical-align: top;
    line-height: 26px;
}
table.gridtable ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.gridtable ul li {
  line-height: 26px;
}
/*Login box*/
.login-greeting {
  margin-bottom: 10px;
}
a.brand { margin-bottom: 10px; }
a.brand img {
  float: left;
  display: block;
  width: 83px !important;
  height: 70px !important;
}
.site-description {
  padding: 0 0 0 95px;
  font-size: 1.4em;
}