/* 
強調 #customers 是 table 的
還有 誰複製貼上沒有給我改 id
是不是欠揍
*/
table#customers{
  margin:0 auto;
  width:100%;
  text-align:center;
}

#customers>thead{
  color:white;
  background:#3f3a36;
  border:1px solid #3f3a36;
}
#customers td{
  color:black;
  padding: 5px;
  border:1px solid #3f3a36;
}
table a{
  color:#3f3a36;
}
table a:hover{
  color:black;
}

.icon-50{
  width:50px;
}

#content>div{
  padding-top: 25px;
  padding-bottom: 25px;
}
.borad-img{
  width:100%;
}
