body {
	font-family: Sans-Serif;
}

h3 {
	color: red;
}
h4 {
	font-size: 1.5em;
	color: dodgerblue;
}
table {
	border-collapse: collapse;
}
table.center{
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
        border-left: 1px solid #888888;
        border-right: 1px solid #888888;
}

.center td, th {
	border-left: none;
	border-right: none;
}


td, th {
	font-size: 1em;
	border: 1px solid grey;
	padding: 5px 20px 4px 20px;
	text-align: left;
}

td.new {
        color: red;
        text-align: right;
    }

td.old {
        text-align: right;
    }


th {
	font-size: 1.1em;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 6px;
	background-color: dodgerblue;
	color: white;
}


caption {
	background-color: dodgerblue; 
	color: white; 
	font-size:1.1em;  
	padding-top:7px; 
	padding-left:20px; 
	padding-right:20px; 
	padding-bottom:6px;
}

a.button {
    background-color:  red; /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 3em;
    margin: 4px 2px;
    cursor: pointer;
}
a.button {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

a.button:hover {
    background-color: grey; 
    color: white;
}


button{
        margin-top: 5px;
        margin-right: 20px;
	margin-left: 20px;
        margin-bottom: 5px;
        border: 1px solid grey;
        padding: 4px 20px 4px 20px;
        border-radius: 12px;
        font-size: 1.1em;
        color: white;
        background-color: dodgerblue;
        -webkit-appearance: none;
}


 input[type=submit] {
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 10px;
	border: 1px solid grey;
	padding: 4px 20px 4px 20px;
	border-radius: 12px;
	font-size: 1.1em;
	color: white;
	background-color: dodgerblue;
	-webkit-appearance: none;
}

/* navigation top bar */
ul.nav {
  list-style-type: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: lightgrey;
}

.nav li {
  float: left;
  color: dodgerblue;
}

.nav li a {
  display: block;
  color: dodgerblue;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.nav li a:hover:not(.active) {
  background-color: grey;
  color: white;
}

.nav {
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}
 
.nav .active {
  background-color: dodgerblue;
  color: white;
}


/* voting bar styling */
td.grey {
   color: grey;	
}

td.blue {
    color: dodgerblue;
}

.main {
  margin-top: 90px; /* Add a top margin to avoid content overlay */
  margin-bottom: 90px;
}

/* Make sure that padding behaves as expected */
* {box-sizing:border-box}

/* Container for skill bars */
.container {
	 width: 300px; /* Full width */
 	 background-color: lightgrey; /* Grey background */
}

.bar {
	padding-top: 3px; /* Add top padding */
 	padding-bottom: 3px; /* Add bottom padding */
 	background-color: dodgerblue;
}

/* footer */

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: lightgrey;
	color: dodgerblue;
 	text-align: center;
}
.fix{
	float: left;
	 padding-top: 5px;
	 padding-left:5px;
	 padding-right:5px;
	 padding-bottom:5px;
	 height:50px;
}
#progcircle {
  margin: 5px;
  padding-top: 8px;
  width: 20px;
  height: 20px;
}

div.labels {
	color: dodgerblue;
}

div.labels:hover {
	background-color: dodgerblue;
	color: white;
}

div.hide{
        display: none;
}

.notice-motion-header {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

details > summary {
  color: dodgerblue;
  cursor: pointer;
}

div.replaced {
	color: lightgray;
}

div.consent {
	color: blue;
}

input[type="checkbox"] {
  outline: 1px solid black;
}
