﻿/* Workaround for IE9-11 non-responsive behaviour for Bootstrap 3 img-responsive class. */
div.brand-header>img.img-responsive {
    width: inherit !important;
}

/* Workaround for IE9-11 non-responsive and incorrect left-floated bottom Bootstrap 3 navbar. */
.navbar-fixed-bottom {
	width: 100% !important;
}
