#lside{
	display:none;
}
#main{
	width: 100%;
}
.container{
	width: 98%;
}
#container{
	width: 98%;
}
table td,table th{
	display: block;
	width: 98%;
	overflow:hidden;
}
.mside{
	width: 98%;
	float: none;
}
table,table.th,table .l,table .r,.th,.l,.r,tr{
	width:98%;
}
#rside{
	float: none;
	width:98%;
}
#rside .thumbs{
	width:100%;
}
.boxlink div{
	width: auto;
}
#footer .can{
	height: auto;
	margin-bottom: 100px;
	border: 0;
}
#entity .iccp{
	margin-right: 5px;
}
.compare_box .compare_btn {
	margin-top: 560px;
	width:95%;
	margin-left: auto;
}
#toolbox{
	margin-bottom: 50px;
}
#entity .float-h th{
	width: 99%;
}
#container, #nav, .container{
	width: auto;
}
table.itbl td,table.itbl th{
	display: table-cell;
	width: auto;
}
#compare .header th{
	width: 98%;
	display: block;
	clear: both;
}
#compare .float-h th{
	width: 99%;
	height: 60px;
}
#compare .l, #compare .r {
	width: auto;
}
#compare table .th{
	width: 98%;
}
#compare .float-h .legend{
	display: none;
}
.box.d3sep{
	margin-left: -100px;
}
#nav li:not(:first-child){
	display: none;
}

.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}

.menu-opener {
  cursor: pointer;
  height: 50px;
  position: absolute;
  top: 8%;
  right: 1%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
  z-index: 1100;
}
.menu-opener,nav.menu{
	display: block;
}
.menu-opener:hover, .menu-opener.active {
  background: transparent;
}

.menu-opener-inner {
  background: #24b9ec;
  height: .5rem;
  margin-left: .5rem;
  margin-top: 1.3rem;
  width: 2rem;
}
.menu-opener-inner::before, .menu-opener-inner::after {
  background: #24b9ec;
  content: '';
  display: block;
  height: .5rem;
  width: 2rem;
}
.menu-opener-inner::before {
  -webkit-transform: translateY(-0.75rem);
  -ms-transform: translateY(-0.75rem);
  transform: translateY(-0.75rem);
}
.menu-opener-inner::after {
  -webkit-transform: translateY(0.25rem);
  -ms-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
}
.menu-opener-inner.active {
  background: transparent;
}
.menu-opener-inner.active::before {
  -webkit-transform: translateY(0rem) rotate(-45deg);
  -ms-transform: translateY(0rem) rotate(-45deg);
  transform: translateY(0rem) rotate(-45deg);
  background: #eee;
}
.menu-opener-inner.active::after {
  -webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  -ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  background: #eee;
}

.menu {
  background: #24b9ec;
  color: transparent;
  height: 64px;
  position: absolute;
  top: 2%;
  left: 1%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0rem;
  z-index: -1;
}
.menu.active {
	width: -webkit-calc(100% - 0.5rem);
	width: calc(100% - 0.5rem);
	z-index: 1000;
	right: 100
}
.menu.active .menu-link {
  color: white;
}

.menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  list-style-type: none;
  margin: 0;
  margin-left: 4rem;
  padding: 0;
}

.menu-link {
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 2rem;
  font-weight: 100;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
.menu-link li {
  margin: auto;
}

@media screen and (max-width: 2768px) {
  .menu {
	height: auto;
  }
  .menu-inner {
	display: block;
  }
  .menu-link {
	padding: 10px 0;
	font-size: 1.2em;
  }
  .menu.active {
	width: -webkit-calc(100% - 0.5rem);
	width: calc(100% - 0.5rem);
  }
}