main .header{
    background: #009688;
    padding: 12px;
    height: 40px;
    color:#ffffff;
}
main .headerWithTabs{
    height: 55px;
}
main .header h2 {
    display: inline-block;
    line-height: 40px;
    padding-left: 15px;
}
main .header .show_menu {
    display: none;
    width: 40px;
    height: 40px;


    background: url(/images/baseline_menu_white_24dp.png) no-repeat;
    background-size: cover;
    vertical-align: top;
}
main .body{
    padding: 10px 10px;
}

@media screen and (max-width:1200px){
    main .header .show_menu{
        display: inline-block;
    }
}