@font-face {
    font-family: Tekton;
    src: url('../font/TektonPro-Bold.otf') format("opentype");
}
html, body {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #004929;
    height: 100%;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(76, 175, 80, 0.03), #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(76, 175, 80, 0.03), #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(76, 175, 80, 0.03), #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(76, 175, 80, 0.03), #fff); /* Standard syntax */
}
md-content {
    background-color: rgba(76, 175, 80, 0.03);
}
.md-toolbar-tools {
    font-size: 1.2em;
}
md-card-actions > button {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.md-dialog-container {
    width: 100%;
    height: 100%;
    top: inherit !important;
    bottom: 0px;
    left: 0px;
    position: fixed;
}
.menuBardemoBasicUsage .page-container {
    padding: 32px; }

.menuBardemoBasicUsage .page {
    margin: 0 auto;
    padding: 24px;
    max-width: 680px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25); }

.menuBardemoBasicUsage .page h1 {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 0;
    font-weight: normal; }

.menuBardemoBasicUsage .page p {
    line-height: 1.6rem;
}
.breadcrumb {
    margin: 5px 0 0 5px;
    color: grey;
}
.breadcrumb a {
    text-decoration: none;
    color: rgb(76,175,80);
}