.my-logo-div{
    width: 100px;
    height: 50px;
}
.my-logo{
    width: 260px;
    height: 100px;
}
/* for main men>'+'+s div */ 
.main-menu-item{
      /* to keep text in menu*/ 
    line-height: 100px;
    text-align: center;
     font-size: 20px;
    color: white;
    text-decoration: none;

}

.main-menu-item:hover{
    text-decoration: none;
    background-color: white;
}
.col-1-2 {
  flex: 0 0 13.8%;
  max-width: 14.8%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-4-5 {
  flex: 0 0 36.9%;
  max-width: 36.9%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
input[type=text]:focus{
background-color: orange;
}
.from_data{
    border-radius: 10px;
    width: 300px;

}
.small_inputs{
    width: 100px;
}
.small_inputs_2{
    width: 80px;
}

.small_inputs_3{

    width: 120px;
}
.small_inputs_3_5{
    margin-left: 20px;
    width: 120px;
}
.small_inputs_dimesions{
    border-radius: 10px;
    width: 60px;
    position: relative;
    top:-10px;
}
.dimension_add_button{
    position: relative;
    right: 100px;
    border-radius: 10px;
}
.weight_table th{
    font-weight: bold;
   
}
.weight_table td,th{
    border: 1px solid black;
    text-align: center;
   }
.weight_table{
   margin-left: 10px;
   margin-top: -100px;
    font-size: 13px;
   }
ul{
    list-style-type: none;
}
li{
    float: left;
    font-size: large;
}
#last_table{
     font-size: 17px;
    }
#inv_class{
    visibility: hidden;
}
.id_table{
    font-weight: bold;
}

