#center div{
   margin: 5px;
}
#center div div {
   width: 50%;
   margin: 0px;
}
#center div div div {
   background: #E6E68A;
   width: auto;
   margin: 5px 7px 10px 7px;
   border-radius: 5px;
}
#center div div div div {
   text-align:left;
   margin: 5px 10px;
}
#center div div div div p{
   margin: 0;
}
#center h3{
   margin:0px;
   padding: 10px 0px;
   background: #B4B496;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom: 1px solid;
}
#center a:hover {
   text-decoration: underline;
   color: #565656;
}
#center .square_div img{
   width: 100%;
   height: 100px;
}
#center .ch_page {
   margin 0;
   padding: 0;
   font-size: 30px;
   font-weight: bold;
}
#chp_left{
   float:left;
}
#chp_right {
   float:right;
}
#center .connected_mat div {
  width: 100%;
}
#center .connected_mat img {
  width: 150px;
  height: 135px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  float:left;
}
#center .connected_mat div div{
	background: #d2a679;
  width: 98%;
}
#center .connected_mat div div:hover{
  background: #ffb74d;
}
#center .connected_mat div div a h3{
  display:none;
}
#center .connected_mat div div div {
  width: 70%;
  background: none;
  height: auto;
}
#center .connected_mat div div div:last-of-type{
	text-align:right;
	margin-top: 0;
}

