
    .display-resp {
		display: block;
	}
	#myLinks.open {
		transform: translate(0);
	}
	#myLinks {
		position: fixed;
		right: 0;
		top: 0;
		width: 250px;
		background-color: #fff;
		color: #000;
		z-index: 99999;
		height: 100%;
		overflow-y: auto;
		transition: all 0.2s;
		transform: translate(100%);
        padding: 5px 10px 0 20px;
	}
	#myLinks a {
		padding: 14px 8px;
		text-decoration: none;
		font-size: 18px;
        font-weight: bold;
		display: block;
		color: #00284d;
	}
	#myLinks a i {
		margin-right: 20px;
	}
	#modal-background {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.45);
		z-index: 10000;
	}
	#myLinks hr {
		margin-top: 5%;
		background: #003f79;
	}
	#myLinks > div:first-child {
		font-size: 30px;
		text-align: right;
	}
    .sidebar-resp-body {
        min-height: calc(100vh - 132px);
		white-space: nowrap;
    }
    hr.full_line {
        border: 1px solid #7f93a5;
        margin-left: -20px;
        margin-right: -10px;
    }
    .firmware_label {
        margin-left: 8px;
        width: 90%;
        font-size: 17px;
        font-weight: bold;
        color: #00284d;
    }
    .firmware {
        font-weight: bolder;
    }
