* {margin: 0; padding: 0}

a {
	text-decoration: none;
}

p {
	margin: 15px 0;
}

body, button, input[type=text], input[type=password], h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;

}

h1 {
	color: #576369;
	font-size: 20px;
}

table {
	width: 100%;
	border-collapse:collapse;
	min-width: max-content;
}

td {
	text-align: center;
	
	border: 1px solid #34C0E2;
	
	 min-width: 50px;
	  max-width: 500px;
}



th {
    background-color: #0074d9;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100px;
}

tr {
	height: 10px;
 }

button {
	background: #34C0E2;
	color: #fff;
	border: 1px solid #34C0E2;
	padding: 8px;
	border-radius: 8px;
}

button:hover {
	opacity: 0.8;
	cursor:pointer;
}
input[type=text], input[type=password] {
	padding: 8px;
	border: 1px solid #EEEEFF2;
	border-radius: 8px;
	color: #ADB6BA;
	width: auto;
	outline: none;
}
details{
  display:block;
  background: #fff;
  width:auto;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow:hidden;
  margin-bottom: 1.5rem;
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:block;
   padding: .3em 1em .3em .9em;
   border-bottom: 1px solid #e2e8f0;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
}
summary:before {  
  top: .4em;
  right: .3em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: scale(1,-1);
}
summary ~ * {
   padding: 0 1em 10px 1.4em;
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}

.pic {
	display: inline-flex; 
	 flex-direction: row;
}
.pic p{
	text-align: center;
	
}

.outer {
    position: relative;
}

.inner {
    overflow-x: scroll;
    overflow-y: visible;
    width: 1200px;
    margin-left: 100px;
}

.content, .wrapper, .menu, body, html {
	height: 100%;
}
.wrapper {
	display: flex;
}

.content{
	flex: 1;
	background: #FCFCFD;
}

.block{
	margin: 40px;
	padding: 20px;
	background #fff;
	border: 1px solid #EEEFF2;
}


.menu {
	width: 100px;
	background: #464E78;
	
}

.menu a {
	display: block;
	color: #ffff;
	padding: 10px;
}