body {
	font-family: verdana, Arial, sans-serif;
	margin: 0;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  margin: 2px;
  font-size: 20px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-top: 10px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

table {
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border:1px solid #dddddd;
    text-align: left;
    padding: 8px;
}


ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}
li {
    padding-top: 5px;
    padding-bottom: 5px;
}

div.main {
		margin: auto; 
		max-width:60%; 
		margin-top: 20px;
}
	
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 600px) {
	div.main {
		margin: auto; 
		max-width:95%; 
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 600px) {
	div.main {
		margin: auto; 
		max-width:90%; 
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	div.main {
		margin: auto; 
		max-width:85%; 
	}
}
/* Medium devices (landscape tablets, 1027px and up) */
@media only screen and (min-width: 1027px) {
	div.main {
		margin: auto; 
		max-width:80%; 
	}
}
/* Medium devices (landscape tablets, 1027px and up) */
@media only screen and (min-width: 1200px) {
	div.main {
		margin: auto; 
		max-width:75%; 
	}
}
/* Medium devices (landscape tablets, 1027px and up) */
@media only screen and (min-width: 1314px) {
	div.main {
		margin: auto; 
		max-width:70%; 
	}
}
/* Medium devices (landscape tablets, 1027px and up) */
@media only screen and (min-width: 1614px) {
	div.main {
		margin: auto; 
		max-width:65%; 
	}
}
/* Medium devices (landscape tablets, 1027px and up) */
@media only screen and (min-width: 1900px) {
	div.main {
		margin: auto; 
		max-width:60%; 
	}
}
