﻿body,html {
  border: 0;
  color: #000;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  height: 100%;
}

img {
  border: 0;
}

html {
  font-size: .625em!important;
}

#cocis-header {
  background-color: #000000;
  position: relative!important;
  width: 100%;
  margin-top: 0!important;
  height: 0px;
  position: fixed;
}

#cocis-cocLogo {
  display: inline-block;
  float: left;
  zoom: 1;
  z-index: 12;
  position: absolute;
}

.cocis-cocLogo-img {
  width: 0px;
  height: 0px;
  background-image: url("/shared/img/cityLogo.png");
}

@viewport {
  zoom: 1.0;width: device-width;
}

.feedback {
	float: right;
	background-color:rgb(200, 16, 46);
	color:rgb(255, 255, 255);
	border:2px solid rgba(200, 16, 46, 0.8);
	padding:0.5rem 1.05rem;
	font-size: 1.4rem;
	font-weight:600;
	margin-top:6px;
	margin-right:4px;
	cursor:pointer;
	border-radius:4px;
}