/*
Fix layout after upgrading to boostrap 3
*/
/* 
    Created on : Apr 21, 2015, 7:34:41 PM
    Author     : derek
*/

/*
Universal
*/
.main {
	font-size: 100%;
}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

input[type="date"] {
	line-height: inherit;
}

/*
Fixes to header/menu
*/
.outer_container div.section1.table {
	margin-bottom: 0;
}
.outer_container div.section2 {
	width:auto;
}

.section1 {
	height: 40px;
}

.section1.table .tr .td {
	vertical-align: bottom;
}

/*
Daily layout and site wide fixes
*/
.journal .tabs {
	width: auto;
}