﻿table{ /*keeps tables with fixed size from going off teh screen */
max-width:100%
}

.alignTop { /*used in code behind*/
    vertical-align: top;
}
.noWrap { /*used in code behind*/
    white-space: nowrap;
}

/*Note - not using a full css reset since we are using a css framework*/
ul {
    list-style:none;
    margin:0;
    padding:0;
}

img {
    max-width: 100%;
    max-height: 100%
}

.default-updated {
    padding-bottom: 16px;
}