article#discuss table{
    width: 100%;
    margin-bottom: 30px;
}
article#discuss table tr th{
    background-color: transparent;
    width: 100px;

}
article#discuss table tr:first-child th{
    background-color: transparent;
}
article#discuss table tr th img{
    width: 100px;
    height: 100px;
}
article#discuss table tr td{
    background-color: #d6ff75;
    border-radius: 30px;
    font-weight: bold;

}