

.configinstructions {
    margin: 10px;
}

.propertyname {
    width: 175px;
    text-align: right;
}

.propertyinput {
    text-align: left;
    display: inline;
}

.propertyinput div {
    display: inline;
}

.propertycolorbox {
    text-align: left;
    width: 15px;
    height: 15px;
    cursor: hand;

    position:relative;
    top:5px

}

