/*Box Tded Zean*/

  .tded-zean h2 {
    padding: 0px;
    color: #fff;
    font-size: 18px!important;
    margin: 0px;
  }
  .in-tded-zean {
    background-color: #101010;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .box-zean {
    background-repeat:repeat-y; 
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
  }  

  .inbox-tded-zean {
    background-color: #000;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .box-tded h2 {
    padding: 0px;
    color: #fff;
    font-size: 18px!important;
    margin: 0px;
  }
  .table-tded {
    background-image:url(../img/bg-tded.png); 
    background-repeat:repeat-y; 
    font-weight: bolder;
    color: #ffffff;
  }

  .box-analyze h2 {
    padding: 0px;
    color: #fff;
    font-size: 18px!important;
    margin: 0px;
  }


/*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;
  }

@media (max-width: 767px) {
    .box-member {
        margin-bottom: 20px;
    }
    .box-member .form-group {
        margin-bottom: 15px;
    }
    .box-member .input-group-addon {
        width: 40px;
    }
    .box-member .form-control {
        height: 40px;
    }
    .box-member .btn {
        height: 40px;
        line-height: 40px;
    }
}

