div#qa_inventory_report_table h3{
	margin-bottom: 10px;
	font-size: 110%;
	display: block;
	clear:both;
}

div#inventory_report_table_wrapper .ui-widget-header{
    border: none;
    background: none;
}

div#qa_inventory_report_table img#print_icon{
    float:right;
    cursor: pointer;
}

form#sheets-reports-form div.form-item-acad-year, form#sheets-reports-form div.form-item-level{
    width:300px;
}

form#sheets-reports-form label{
    width:150px;
    float: left;
}

form#sheets-reports-form select{
    width:150px;
}

input#edit-submit{
    margin-bottom: 10px;
}

h2.report_subtitle{
    font-size:1.1em;
}

div#inventory_report_table_wrapper{
    margin-top: 10px;
}

table#inventory_report_table th:first-child{
	width:5%;
}

table#inventory_report_table tbody tr.active_row{
    background-color: yellow;
}

table#inventory_report_table tbody tr {
    white-space: nowrap;
}

table#inventory_report_table tbody tr td.user_row_links a{
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}

table#inventory_report_table tfoot tr th:nth-child(2) {
    font-weight: bold;
    text-align: left;
}

table#inventory_report_table tfoot tr th:nth-child(3),
table#inventory_report_table tfoot tr th:nth-child(4),
table#inventory_report_table tfoot tr th:nth-child(5){
    font-weight: bold;
    text-align: center !important;
}

table#inventory_report_table .qa_tooltip:hover span{
    width:auto;
}

table#inventory_report_table thead{
    height:40px;
}

div#inventory_table_note{
    margin: 10px 0;
}

form#sheets-reports-form div a{
    display: block;
    width:100%;
}

form#sheets-reports-form a.report_instructions{
    width:150px;
    margin-bottom:10px;
}

form#inventory-form table{
    margin-bottom: 10px;
}

form#inventory-form table#inventory_report_table{
    width: 100%;
    table-layout: fixed;
}

table#extra_m1_table_report th:nth-child(2),
table#extra_m1_table_report td:nth-child(2){
	text-align: left;
}