p {
    font-size: 10px;
    color: #566573;
    font-weight: bold;
}
  
 
.image-detail {
    /*border: 1px solid #F2F3F4; */
    border-radius: 3px;
    /*background-color: red; */
    padding: 10px;
    margin-top: 10px; 
}

.img-show {
    border-radius: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px; 
}

.insert-detail{
    background-color: #F8F9F9;  
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 50px;
}

hr{
    width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 , p , body { 
  font-family: Kanit, sans-serif; 
}

i{
    color: #566573; 
    padding: 10px;
    border-radius: 4px;
}

i:hover {
    background-color: #F8F9F9;
  }
 
.textbox{
    overflow: hidden;
    border-radius: 20px;
    border: solid #FFF 1px;
    max-width: 500px;
    min-width: 300px;
    width: 70%;
    height: 40px;
    padding: 20px;

    white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis; 

    box-shadow: 0 0px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
   
}

.button-submit{
    border-radius: 1px;
    border: solid #D5D8DC 1px;
    padding: 0 50px 0 50px; 
}

*:focus {
    outline: none;
}




.wrapper {
    /*margin-right: -20px;*/
    margin-top: 50px;
  }
  .child {
    box-sizing: border-box;
    width: 50%;
    padding-right: 20px;
    float: left;
  } 
  
  
  .Hide-overflow{
     /* white-space: nowrap; 
  width: 150px; 
  overflow: none;
  text-overflow: ellipsis;  */
  }
  
  
  @media only screen and (max-width: 600px) {
  .Hide-overflow {
  white-space: nowrap; 
  width: 150px; 
  overflow: hidden;
  text-overflow: ellipsis;  
  }
}
  