th, td {
    vertical-align: top;
}

.top-bar-left > .menu > li:first-child > a {
    padding: 0;
}

td .button {
    margin: 0;
}

#breadcrumb {
    //position: fixed;
    //bottom: 0;
    width: 100%;
    //background-color: #e6e6e6;
    padding: 10px 10px 0;
}

.estimate table {
    font-size: 0.75rem;
}
@media screen {
	h1 {
		font-weight:bold;
		padding:30px 0;
	}
}
h2 {
	border-bottom: 1px solid #40aaf5;
}

main {
	margin-bottom: 35.5px;  /* to avoid the sticky footer */
}

ul, ol {
	margin-left: 2.5rem;	
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: upper-alpha;
	
}

@media print {
    html {
        font-size: 0.75rem;
    }

    .order #termstitle {
        page-break-before: always;
    }

    .order #terms {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }

        #terms p, .order #terms li {
            font-size: 10pt;
            line-height: 1.2;
        }

    .order h1 {
        font-size: 36pt;
    }

    .order h1, .order h2, .order h3 {
        font-weight: bold;
    }

    a[href]:after {
        content: none !important;
    }
}
