.structure-row{
    padding-top:5px;
    padding-bottom:5px;
}

.structure-table *{
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
   transition: all 0.3s ease;
}
.structure-table td{
    padding:5px;
}

.structure-table tr.deleted,
.structure-table tr.deleted select,
.structure-table tr.deleted .structure-type,
.structure-table tr.deleted .structure-remove{
    color:#E74C3C;
    opacity:0.7;
}

.structure-table tr.deleted .structure-remove:hover{
    color:#72C02C;
    opacity:1;
}
.structure-table .structure-name{
    min-width:20%;
}

.structure-table .structure-remove{
    width:30px;
    color:#999;
}

.structure-table .structure-add{
    width:30px;
    color:#444;
}

.structure-table .structure-remove:hover,
.structure-table .structure-add:hover{
    cursor:pointer;
}

.structure-table .structure-remove:hover{
    color:#E74C3C;
}

.structure-table .structure-add:hover{
    color:#72C02C;
}

.structure-table .structure-type{
    color:#999;
}

.structure-table .structure-input{
    padding-top:0;
    padding-bottom:10px;
    padding-right:0;
}

.structure-table .structure-type select{
    max-width:200px;
}

