/*
Those classes will be edited at runtime with values specified
by the settings of the CC application
*/
.hostFontColor {
}

.hostFontFamily {
}

.hostFontSize {
}

/*font family, color and size*/
.hostFont {
}

/*background color*/
.hostBgd {
}

/*lighter background color*/
.hostBgdLight {
}

/*darker background color*/
.hostBgdDark {
}

/*background color and font*/
.hostElt {
}

.hostButton {
    border: 1px solid;
    border-radius: 29px;
    height: 30px;
	width: 90px;
    vertical-align: bottom;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}