/* This fixes buttons in an md-dialog not really being centered,
 * this is a manual class because elements can be nested
 */
md-dialog md-dialog-actions .md-last {
    margin-right: 8px;
}