

.list { clear: left; }

.list table {
   width: 98%;
}

.list table th {
   text-align: left;
   font-weight: bold;
   border-bottom: 4px solid #ccc;
}

.list table tr td {
   padding: 0 2px;
}

tr.shade {
   background: #E4E4D7;
   }



.content_box h2 {
    /* background-color: #4A611C; */
    /* border: #26a solid 1px; */
    /*  margin-top:20px; */
    /*    color:white; */

}


.content_box p {
  color:red;
  padding-bottom:5px;
  font-size: 40px;
}


.content_box_detail_text {
  color: white;
  font-size:12px;
  padding-top:7px;
  padding-left:7px;
}


#member_status {
  border: 2px solid green;
  background-color:white;
  font-size:.8em;
  font-color:red;
}



