.CTATAudioButton {
    width: 155px;
    height: 30px;
}

.CTATButton {
    width: 60px;
    height: 30px;
}

.CTATCheckBox {
    width: 100px;
    height: 30px;
}

.CTATComboBox {
    width: 100px;
    height: 30px;
}

.CTATGroupingComponent {
    width: 100px;
    height: 100px;
}

.CTATGroupingComponent > * {
    width: inherit;
}

.CTATJumble {
    width: 150px;
    height: 40px;
}

.CTATRadioButton {
    width: 100px;
    height: 30px;
}


.CTATSubmitButton {
    width: 60px;
    height: 30px;
}

.CTATTextField {
    width: 200px;
    height: 30px;
}

.flexrow{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
}

.flexcolumn{
    height: 200px;
    width: 100px;
    display: flex;
    flex-direction: column;
}

.flexcolumn > *{
    width: 100%;    
}

.flexrow > * {
    height: 100%;
}





.flexbox{
    width:100px;
    height: 100px;
    display:flex;
}

hr {
    width: 100px;
    height: 0px;
    margin-top: 10px;
    margin-bottom:10px;
}

table {
    width: 100%;
    height: 100px;
    border-collapse: collapse;
}

p {
    font: Helvetica;
    margin-top: 0px;
    margin-bottom: 0px;
}




.tablehead > *, .tablecell >* {
    width: 100%;
}

