/**
* @file
*   Odd ball css needed for machine translations.
*/

/* Styling to make the modal nice. */
#edit-field-machine-translation-commen {
    padding-top:15px;
}

#edit-field-machine-translation-rating-und .form-item-field-machine-translation-rating-und:nth-of-type(1) {
    display: none;
}
#edit-field-machine-translation-rating-und .form-item-field-machine-translation-rating-und:nth-of-type(2) {
    display: inline-block;
    text-align: center;
    float:left;
    padding:.5em;
}
#edit-field-machine-translation-rating-und .form-item-field-machine-translation-rating-und:nth-of-type(3) {
    display: inline-block;
    text-align: center;
    float:left;
    padding:.5em;
}
#edit-field-machine-translation-rating-und .form-item-field-machine-translation-rating-und:nth-of-type(4) {
    display: inline-block;
    text-align: center;
    float:left;
    padding:.5em;
}
#edit-field-machine-translation-rating-und .form-item-field-machine-translation-rating-und:nth-of-type(5) {
    display: inline-block;
    text-align: center;
    float:left;
    padding:.5em;
}
#edit-field-machine-translation-rating-und .form-item-field-machine-translation-rating-und:nth-of-type(6) {
    display: inline-block;
    text-align: center;
    float:left;
    padding:.5em;
}

#edit-field-machine-translation-commen{
    clear:both;
}

#edit-field-machine-translation-rating-und{
    font-size: 14px;
}

#edit-field-machine-translation-commen-und-0-value {
    width: 100%;
}
