﻿/* hide empty space generated by angular from dropdown menu */
/* not working in IE */
option[value^="? string:"] {
    display: none;
}