body {
  margin: 0;
  padding: 0;
  background-color: #dddddd;
  font-family: 'helvetica', arial;
  font-size: 1em;
}
h1 {
	color: #4543a2;
    font-size: 1.4em;
}
h2 {
	color: #4543a2;
    font-size: 1.2em;
}
h3 {
	color: #4543a2;
    font-size: 1em;
}

a, a:visited {
	text-decoration: none;
	color: #ff9900;
}
a:hover {
    color: #444444;
}

.sticker {
    position: relative;
    top: 0px;
    right: 0px;
    width: 24px;
    heigh: 24px;
}
.link {
	padding: 10px 20px 20px 20px;
}
.link a {
    text-decoration: none;
    color: #50a2ef;
	font-size: 1.2em;
}
.link a:hover {
    color: #ff9900;
}

/* Flexing */
.table-container {
  	display: flex;
	border: 0px;
	flex-flow: column nowrap;
	margin: 10px;
}
.table-row{
  	display: flex;
  	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #555555;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	position: relative;
}
.table-row:hover {
  background-color: #F0F0F0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
}
.table-item {
	border: 1px solid #555555;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 3px;
	flex-grow: 1;
}
.table-sub-item {
	border: none;
	padding: 5px;
}
.table-sub-item-title {
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #555555;
	background-color: #50a2ef;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	
}
.table-header {
	background-color: #ececec;
	color: #3e3e3e;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	align-items: stretch;
}
.hidden {
	display: none;
}
.no-border {
	border: none;
	padding: 3px;
	background-color: #eeeeee;
}
.inline {
	display: inline;
}
.container {
  	display: flex;
	border: 0px;
	margin: 0px;
	padding: 0px;
}


label {
	display: inline-block;
	min-width: 160px;
	font-weight: bold;
}
.form-container {
	display: flex;
	max-width: 700px;
	flex-flow: column nowrap;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #555555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
}

.userMessage {
	font-size: 1.5em;
	color: #ff9900;
	margin: 20px auto;
}
.subText {
	font-size: 0.7em;
	color: #999999;
}
textarea {
	width: 100%;
}

input[type=submit] {
	padding: 12px 25px;
	margin: 20px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 1em;
	border: none;
	color: white;
	cursor: pointer;
	background-color: #50a2ef;
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=email], select, textarea{
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	background-color: #eeeeee;
	font-size: 1.2em;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.orgText {
    color: #ff9900;
}

.center {
	text-align: center;
}
.report {
	float: right;
}


span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
}
span.deleteicon span {
    position: absolute;
    display: block;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 24px monospace;
    text-align: center;
    line-height: 1.2em;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box;
}

/* Flexing */
.header-row {
    display: flex;
    flex-wrap: wrap-reverse;
}
.header-blob h1 {
	padding: 10px;
	border: 1px solid #555555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
    margin: 15px 10px;
}

#selservice {
	margin: 20px 10px;
	padding: 5px;
	font-size: 20px;
}
.linkNotice {
	width: 400px;
	text-align: center;
	font-size: 1.5em;
	color: #ff9900;
	margin: 200px auto;
}

/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  input[type=submit] {
	  margin-top: 20px;
  }
}/*End of responsive section*/