#configurator-container{
    height: 100%;
    width: 100%;
    min-height: 100%;
    display: block;
}

#droppable-field{
    height: 300px;
    width: 100%;
    position: relative;
}

#facility-field{
    position: relative;
    height: 300px;
    width: 70%;
    left: 15%;
 }

#components-field{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.component-image{
    padding: 10px;
    display: inline-block;
    background-color: white;
}

.img-thumbnail{
    float: left;
    border: none;
    height: 62px;
}
