/*
* Similar to FieldWithLabel, but for labels on following the input
*
* Usage: Radios, Checkbox Wrappers
*/
.odysen_app_views_shared_form_FieldWithTrailingLabel {
    margin: 0;
    padding: 3px 5px;
    position:relative;
}

.odysen_app_views_shared_form_FieldWithTrailingLabel .odysen_app_views_shared_form_FieldWithTrailingLabel-Label {
    display: inline-block;
    font-weight: bold;
    color: #333;
    padding-right: 10px;
    min-width: 60px;
}

.odysen_app_views_shared_form_FieldWithTrailingLabel .odysen_app_views_shared_form_FieldWithTrailingLabel-Value {
    display:inline-block;
}
