#mobile-checkbar {
    display: none;
}
#btn-home {
	display:none;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #main-wrapper {
        padding-left: 0px;
    }
    #sidebar-header{
    	display: none;
    }
    #sidebar-wrapper {
        display: none;
    }
    #check-container {
        display: none;
    }
    #container-4m {
        display: none;
    }
    #action-center {
        right: 40px;
        top: 69px;
    }
    #mobile-checkbar {
        display: block;
        padding: 15px;
    }
    #mobile-checkbar .panel-default {
        background: #30bab5;
        background: -moz-linear-gradient(top, #2baea6 0%, #28a39f 100%);
        background: -webkit-linear-gradient(top, #2baea6 0%,#28a39f 100%);
        background: linear-gradient(to bottom, #2baea6 0%,#28a39f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2baea6', endColorstr='#28a39f',GradientType=0 );
    }
    .checkbar-item {
        text-decoration: none;
    }
    .checkbar-bubble {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }
    .checkbar-label {
        font-size: 12px;
        display: block;
        color: #fff;
    }
    .panel.panel-black {
        margin-top: 20px;
    }
    .btn-pdca {
        margin-top: 15px;
    }
	#btn-home{
    	display:block;
		position: absolute;
		margin-top: 30px;
    }

    td 
    {
  		white-space: normal !important; 
  		word-wrap: break-word;  
	}
	
	.nav-tabs {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
		-ms-flex-flow: column nowrap;
			flex-flow: column nowrap;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}
	.nav-tabs > li {
		-webkit-writing-mode: vertical-lr;
			-ms-writing-mode: tb-lr;
				writing-mode: vertical-lr;
		-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
		-webkit-transform-origin: center center;
				transform-origin: center center;
		list-style-type: none;
	}
	.nav-tabs > li > a {
	  display: block;
	  padding: 0.6rem 1rem;
	  background-color: beige;
	}
    
  }