/*****************RESET******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
  font-size: 12px; font-family: Helvetica,'Lucida Grande'
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************END RESET******************************/

.templates {
  display: none;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

header {
  position: absolute;
  top: 0;

  display: block;

  height: 150px;
  width: 100%;

}

.logo {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 10px;
}

.header-info {
  position: absolute;
  top:0;
  left: 250px;
  right: 0;

  height: 150px;
}

.security-advice {
  float: right;
  width: 500px;

  margin: 10px;
  padding: 10px;

  background: rgb(190,68,63);
}

.title {
  position: absolute;
  bottom: 0;
  left: 25px;
}

nav {
  position: absolute;
  top: 160px;
  left: -1px;

  width: 250px;

  margin-left: 10px;
  margin-right: 10px;

  border-top: 1px solid black;
  border-left: 1px solid black;

  overflow: auto;

}

.report-list {
  margin: 0;
  padding: 0;
  list-style-type:none;
}
.report-list-li {
	cursor: pointer;
  width: 250px;
  height: 19px;
  background: white;
  border-bottom: 1px solid black;
}

.report-list-li:hover {
  background: grey;
}

.report-list-item {
  float: left;
  text-align: center;
  height: 19px;
  line-height: 19px;
  overflow: hidden;

}
.report-list-time {
  color: grey;
  font-style: oblique;
  font-size: 12px;
  height: 19px;
  width: 70px;
}

.report-list-title {
  font-style: oblique;
  width: 160px;
}

.report-list-icon {
  font-style: oblique;
  width: 20px;
}

.fa-red {
  color:#B22222;
}
.fa-green {
  color:green;
}


.report {
	display: none;
  position: absolute;
  top: 150px;
  left: 250px;
  right: 0;
  padding: 10px;
  margin: 10px;

  border: 1px solid black;
}

.report-fullpage {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 10px;

  border: 1px solid black;
}
.report-title {
  margin-bottom: 15px;
}
.report-data {
	color: grey;
  font-style: oblique;
  font-size: 12px;
	width: 70%;
	height: 100px;
	display: block;
}

.report-team {
	color:black;
	font-style: normal;
	text-decoration: none;

	border: 1px solid black;
	padding: 10px;
	margin: 20px auto;
}

.tag-link {
	color: grey;
	text-decoration: none;
}
.report-data-teamlist {

}

.report > section > p{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
