/*
.parent-container {

    position: relative;
    padding-bottom: 30px;
}




.ct-widget {

    position: static;
    border: 0 none;
    width: auto;
}

.ct-widget .ct-tool-group {
    display: inline-block;
}

.ct-widget.ct-toolbox {

    position: static;
    width: 100%;
    border: 0 none;
    box-shadow: 0 0 0;
    background: transparent;
    padding: 0;
}

.ct-toolbox__grip {

    display: none;
}


.ct-widget.ct-inspector {

    position: absolute;
}


.ct-widget.ct-ignition {

    position: absolute;
    right: 0;
    top: 0;
    left: auto;
}

.ct-widget .ct-tool {

    margin: 0;
}

*/
