/*Box Post*/
  .box-post {
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #ddd;
    background-color: #eee;
  }
  .box-post:hover {
    background-color: #ccc;
  }
/*Box Tded*/
  .box-tded {
    background-image:url(../img/bg-tded2.png); 
    background-repeat:repeat-y; 
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .box-tded h2 {
    padding: 0px;
    color: #fff;
    font-size: 22px!important;
    margin: 0px;
  }
  .table-tded {
    background-image:url(../img/bg-tded.png); 
    background-repeat:repeat-y; 
    font-weight: bolder;
    color: #fff;
  }
/*Box Member*/
  .box-member {
    background-image:url(../img/bg-box-member.png); 
    background-repeat:repeat-y; 
    background-color: #c6252c;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .box-member a {
    color: #fff;
  }
  .box-member a:hover {
    color: #ebcb7b;
    text-decoration: none;
  }
/*Box Fanpage*/
  .box-fanpage {
    background-image:url(../img/bg-fb.png); 
    background-repeat:repeat-y; 
    background-color: #d5d2d2;
  }
/*Box Contact*/
  .box-contact h3 {
      padding: 0px;
      font-size: 18px;
      font-weight: bolder;
      color: #333;
  }
  .box-contact a {
      color: #d3222a;
      text-decoration: none;
  }
  .box-contact > a:hover,
  .box-contact > a:focus {
    color: #454545;
  }
  .box-post-line {
    color: #999;
    background-color: #e1e1e1;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
    margin-bottom: 5px;
  }
/*Post Comment*/
  .post-comment {
    font-weight: bolder;
    color: #ff0000;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #e8e8e8;
    text-align: center;
  }
/* Facebook Comment Responsive */
  #fb-root {
    display: none;
  }
  .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
  }
/*Ans Webboard*/
  .box-ans-webboard {
    font-weight: bolder;
    color: #fff;
    background-color: #666;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
    margin-bottom: 5px;
  }