﻿/*A stylesheet to be shared by tools/ analyzer applications for custom styles.*/

/*add space between panel glyph icons and panel header.*/
.panel-heading .glyphicon {
    padding-right: 10px;
}

/* remove extra padding added in hdwStyles.css*/
a.pdf, .sidebar-notice .list-group-item a.pdf {
    padding-right:0px;
}
