.copyright p{
  margin-top:0px;
}

.form-group label{
  padding-bottom : 7px;
}

.checkbox label{
  font-size: 13px;
  margin-bottom: -7px;
}

#UserRemember{
  margin-top:0px;
}

.checkbox{
  width:267px;
  margin:0 auto;
}

.checkbox:last-child{
  width:293px;
}

.checkbox-agree{
  margin-top: -11px;
}

.center{
  font-size: 13px;
  display: block;
  text-align: center;
  padding-bottom: 10px
}

.box{
  width:388px;margin:0 auto;
  box-shadow: 0px 0px 0px 0px ;
}

.user-btn{
  width:100%;
  margin:0 auto;
  display:block;
  font-size:16px;
}

small{
  color:black;
}

.top10{
  margin-top:7px;
  margin-bottom:7px;
}



#UserCheckbox{
  width:20px;
}


/********************************************************
  table
********************************************************/
.table>tbody>tr>td{
  text-align:center;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

.table>tbody>tr>td:last-child,.table>thead>tr>th:last-child{
  border-right:0px;
}

.table>thead>tr>th{
  border-bottom:2px solid #a2d7dd;
  text-align:center;
  border-right:1px solid #a2d7dd;
  background-color: #f3f3f3;
}

.my-striped tr:nth-child(2n) td {
    background: #ebf6f7;
}

.table{
  font-size: 12px;
  margin-bottom:0px;
  border-bottom: 1px solid #ddd;
}

.table-box{
  box-shadow:0px 0px;
}

.th{
  background-color: #f3f3f3;
}

