*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


.container{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
}

.content {
    width: 100%;
    height: auto;
    background: #fff;
}
.content-heading { 
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 40px;
}

.content-teams-item{
    justify-items: center;
}
   
.content-teams-grid{
    justify-self: center;
    text-align: center;
    /* display: grid; */
    /* grid-gap: 1rem;
    margin-top: 40px; */
}

.content-teams-item span {
    font-size: 22px;
    /* padding: 1rem; */
}

.btn-1{
    color: white;
    background: #252525;
    border: 1px #000000 solid;
    box-shadow: inset 0 1px 0 #1b2433;
    height: 50px;
    width: 300px;
    border-radius: 10px;
    font-size: 18px;
    justify-self: center;
}

.btn-1:hover {
    opacity: 0.8;
  }
  
.btn-1:active {
    box-shadow: inset 0 2px 5px #010205;  
  }

  .mytable{
    text-align: center;
    /* font-family: 'Prompt'; */
    width: 70%;
    /* border-collapse: collapse; */
    margin-left: 15%;
    border: 1px solid rgb(207, 207, 207);
    overflow: hidden;
    margin-top: 10px;
    
   
}
.mytable thead{ 
    background-color:#44D420;
}
.mytable2{
    /* font-family: 'Prompt'; */
    width: 70%;
    /* border-collapse: collapse; */
    margin-left: 15%;
    border: 1px solid rgb(207, 207, 207);
    overflow: hidden;
    margin-top: 10px;
    
   
}
    .mytable2 thead{   
        background-color:#44D420;
    }

    .mytable span{
        font-size: 18px;
    }
    .mytable2 span{
        font-size: 18px;
    }
    table, th {
        border: 1px solid rgb(207, 207, 207);
    }

  .btn-y{
    color: white;
    background: #44D420;
    border: 1px #44D420 solid;
    box-shadow: inset 0 1px 0 #44D420;
    height: 50px;
    width: 30%;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 30px;
    justify-self: center;
  }
  
  .btn-y:hover {
  opacity: 0.8;
  }
  .btn-s{
    color: white;
    background: #E26620;
    border: 1px #E26620 solid;
    box-shadow: inset 0 1px 0 #E26620;
    height: 50px;
    width: 30%;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 30px;
    justify-self: center;
  }
  
  .btn-s:hover {
  opacity: 0.8;
  }

    .testgrap {
        /* height: 50%; */
        width: 60%;
        margin: auto;
    }

  /* ************************** โทรศัพท์ *************************** */
  @media only screen and (max-width:480px){

    .content-teams-item span {
        font-size: 18px;
        /* padding: 1rem; */
    }

    .content-heading{
        font-size: 18px;
        text-align: center;
        /* margin: 1.5rem; */
    }
   
    .content-teams-grid{
        justify-items: center;
        /* margin-top: 10px; */
    }
    
    .btn-1{
        color: white;
        background: #252525;
        border: 1px #000000 solid;
        box-shadow: inset 0 1px 0 #1b2433;
        height: 50px;
        width: 300px;
        border-radius: 10px;
        font-size: 18px;
        justify-self: center;
    }
    .mytable{
        width: 70%;  
    }
    .mytable thead{
        text-align: center;
        background-color:#44D420;
    }
    .mytable2{
        width: 70%;  
    }
    .mytable2 thead{
        text-align: center;
        background-color:#44D420;
    }
    .btn-y{
        color: white;
        background: #44D420;
        border: 1px #44D420 solid;
        box-shadow: inset 0 1px 0 #44D420;
        height: 50px;
        width: 100px;
        border-radius: 10px;
        font-size: 18px;
        margin-top: 30px;
        justify-self: center;
      }
      
      .btn-y:hover {
      opacity: 0.8;
      }
      .btn-s{
        color: white;
        background: #E26620;
        border: 1px #E26620 solid;
        box-shadow: inset 0 1px 0 #E26620;
        height: 50px;
        width: 100px;
        border-radius: 10px;
        font-size: 18px;
        margin-top: 30px;
        justify-self: center;
      }
      
      .btn-s:hover {
      opacity: 0.8;
      }
      .testgrap {
        /* height: 50%; */
        width: 100%;
        margin: auto;
    }
}