.tabs {
  border-left: 1px darkgrey solid;
  position: relative;
  left:	1rem;}

.tabs dd > a {
      display: block;
      background: #fff8e5;
      padding: .75rem 1.5rem;
      font-size: 1rem;
	  border-top: 1px darkgrey solid;
	  border-right: 1px darkgrey solid;}
      .tabs dd > a:hover {
        background: #fffce5; }
    .tabs dd.active a {
	  border-bottom: none;
	  position: relative;
	  top: 1px;}
	  
	.tabs-content {
	    border-top: 1px darkgrey solid;}

.side-nav-toggle {
	font-size: 50px;
	background-color: #FEFEFE;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}
