article.graph table{
    border: 2px solid #aaaaaa;
    margin: 20px;
}
article.graph table tr th{
    background-color: transparent;
    width: 60%;
}
article.graph table tr th img{
    width: 70%;
}
article.graph table tr td{
    background-color: transparent;
    width: 40%;
}
article.graph table tr:first-child th{
    background-color: transparent;
}
article.graph table tr td img{
    width: 70%;
}
/* article#point{
    border-radius: 30px;
    background-color: #fdff8f;
    padding: 40px;
}
article#point h1{
    font-family: Calibri;
    font-size: 40px;
    color: #ff8a1d;
    border: none;
}
article#point .faceicon table{
    width: 100%;
    border: none;
}
article#point .faceicon table tr th{
    background-color: transparent;
    width: 60px;
    padding: 0;
}
article#point .faceicon table tr th img{
    width: 60px;
    height: 60px;
} 
article#point .faceicon table tr td{
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #cccccc;
    position: relative;
}
article#point .faceicon table tr td::before{
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #cccccc;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
article#point .faceicon table tr td::after{
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
} */