.wrapper {
	max-width: 1200px;
	}
.container {
    margin: 0 auto;
    max-width: 1100px;
}
.post-featured-image {
    margin-bottom: 0px;
    max-width: 717px;
}
#mysticky-nav .myfixed {
    margin: 0 auto;
    float: none;
    background: none;
    max-width: 100%;
    color: #008000;
	  border: 1px solid #439f55;
    background-color: #3db02e;
		text-shadow: 0 1px 1px 	rgba(0,0,0,0.4);
}
#mysticky-nav.wrapfixed {
	background-color: transparent;
}
.hgroup-wrap {
    padding-top: 0px;
    padding-bottom: 9px;
}


.both{
    clear: both;
}

.problem{
    line-height: 20px;
}
.description p, .input p, .output p{
    margin: 0 0 10px 0;
}
.problem table{
    border-bottom: #BBB solid 1px;
    border-collapse: collapse;
    border-top: #BBB solid 1px;
    margin: 15px 0;
    width: 100%;
}
.problem table thead{
    font-weight: bold;
    text-align: center;
    background-color: #4CAF50;
    color: white;
}
.problem table tbody{
    font-family: "Courier New", Courier, "Nimbus Mono L", monospace;
    background-color: #e5fdea;
}
.problem table tbody tr:hover {background-color: #d67e68;}
.problem table tbody td{
    border-bottom: #BBB solid 1px; 
    border-top: #BBB solid 1px; 
    padding: 5px;
    vertical-align: text-top;
    width: 50%;
}
.division{
    border-right: #BBB solid 1px; 
}
.problem b{
    font-weight: bold;
}
.problem i{
    font-style: italic;
}
.problem u{
    text-decoration: underline;
}
.problem .center{
    text-align: center;
}
.code{
    font-family: "Courier New", Courier, "Nimbus Mono L", monospace;
}

table.params {
	border: 1px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.params td, table.params th {
  border: 1px solid #000000;
  padding: 5px 14px;
}
table.params tbody td {
  font-size: 13px;
}
table.params td:nth-child(even) {
  background: #f5f2da;
}
table.params thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
table.params thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
table.params tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
table.params tfoot td {
  font-size: 14px;
}
table.GeneratedTable {
  width: 100%;
  background-color: #f1ecd6;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
  color: #000000;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
  padding: 3px;
}

table.GeneratedTable thead {
  background-color: #a6ffa6;
}
td{
	color:#000;
}
#give-form-5537-1 {
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}
#give-form-5537-2 {
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}
.give-btn {
    background: #ededed;
    border: 1px solid #ccc;
    color: #fff;
    padding: 8px 10px;
    cursor: pointer;
    line-height: 1.2em;
    font-size: 1em;
    border-radius: 4px;
    background-color: #3db02e;
}
.give-btn:hover {
    background: #dd3333;
}