/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.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;
}

/* Custom CSS */

html, body {
  height:100%;
  width:100%;
}
body {
  background: #b3c574;
  background: -moz-linear-gradient(-45deg, #b3c574 0%, #9eb93d 78%, #ca4d83 82%, #e7a6c3 90%);
  background: -webkit-linear-gradient(-45deg, #b3c574 0%,#9eb93d 78%,#ca4d83 82%,#e7a6c3 90%);
  background: linear-gradient(135deg, #b3c574 0%,#9eb93d 78%,#ca4d83 82%,#e7a6c3 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3c574', endColorstr='#e7a6c3',GradientType=1 );

  font-family:Tahoma,Arial,sans-serif;
}
#Messagecenter {
  float:left;
  margin:5px 5px 5px 10px;
  min-height:125px;
  height:125;
  width:80%;
  background-color:rgba(255,255,255,0.2);
  border:1px solid black;
  border-radius:4px;
  box-shadow:0 0 4px rgba(0,0,0,0.2);
}
#Settingsbox {
  float:left;
  margin:5px 0 5px 5px;
  width:15%;
  min-height:125px;
  height:125px;
  background-color:rgba(255,255,255,0.2);
  border:1px solid black;
  border-radius:4px;
  box-shadow:0 0 4px rgba(0,0,0,0.2);

}
#Dashboard {
  clear:both;
  margin:5px;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.dbBox {
  flex-basis:255px;
  height:150px;
  border:1px solid black;
  background-color:rgba(255,255,255,0.4);
  border-radius:3px;
  margin:5px;
  padding:5px;
  box-shadow:0 0 4px rgba(0,0,0,0.2);
}
.left {
  text-align:left;
}
.bold {
  font-weight:bold;
}

