.elementor-field-type-cc-equipment table{
	width: 100%;
	margin: 1rem 0;
}

.elementor-field-type-cc-equipment table thead tr th{
	padding: 2px 5px;
	background: #EEE;
	color: #000;
}

.elementor-field-type-cc-equipment{width: 100%;}

.elementor-field-type-cc-equipment .elementor-column{
	padding: 0 5px;
}

.elementor-field-type-cc-equipment .elementor-column:first-child{padding-left:0;}
.elementor-field-type-cc-equipment .elementor-column:last-child{padding-right:0;}

.elementor-field-type-cc-equipment input:disabled {
  background-color: #ebebeb !important;
  color: #555;
  border: 1px solid #e2e2e2;
  cursor: not-allowed;
  font-style: italic;
}

.elementor-field-type-cc-equipment button{
    text-transform: none;
    height: 36px;
    font-size: 0.8rem;
    line-height: 1em;
    width: 100%;
    padding: 5px;
}

.cc-equipment-remove{
	width: 30px;
    height: 30px;
    min-height: auto;
    line-height: 30px;
    padding: 0;
}

.cc-equipment{
	width:100%;
}

.cc-equipment tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.cc-equipment tbody tr:nth-child(odd){
    background-color: #ffffff;
}

.cc-equipment body tr th,
.cc-equipment tbody tr td{
    border: 1px solid #dddddd;
    padding: 8px!important;
    text-align: left;
}

.cc-equipment tbody tr td:last-child{
	width: 30px;
}
