
#example td img {
    max-width: 150px;
}
form.custom-add-new {
   width: 500px;
   margin: 0 auto;
   padding: 20px;
   border: 1px solid #80808091;
   border-radius: 5px;
   background: #fff;
   box-shadow: 5px 5px 0px #80808091 !important;
   }
   .flex-w-contet {
   display: flex;
   /* border-bottom: 1px solid; */
   justify-content: space-between;
   align-items: flex-start;
   margin-bottom: 15px;
   }
   .label-heading {
   font-size: 14px;
   text-transform: capitalize;
   font-weight: 500;
   }
   .f-input {
   width: 75%;
   }
   .f-input input {
   width: 100%;
   height: 37px;
   }
   .custom-add-new input.submit {
   padding: 10px 20px!important;
   background-color: #1d2327;
   color: #fff;
   margin: 0 auto;
   line-height: 18px;
   font-size: 15px;
   display: inherit;
   border-radius: 4px;
   padding-bottom: 12px!important;
   cursor: pointer;
   }
   h1.add-new {
   padding-top: 10px;
   text-align: center;
   }
   @media (max-width: 767px) {
   form.custom-add-new {
   width: 90%;
   display: block;
   }
   .flex-w-contet {
   display: block;
   }
   .f-input {
   width: 100%;
   margin-top: 10px;
   }
   }