* {
	margin:0;
	padding: 0;
}

thead th {
  text-align: left;
}

.container {
	width: 95%;
	margin: 0 auto;
	min-height: 100vh;
}
.balance {
	display: flex;
	justify-content: flex-end;
}

.method {
	.method_compressed_off {
		display: block;
	}
	.method__controller {
		display: flex;
		border: 1px solid;
		padding: 0.3rem;
		user-select: none;
		justify-content: space-between;
		.method__minus, .method__together, .method__plus {
			width: 3rem;
			height: 2rem;
		}
		.method__statistic {
			width: 50%;
			display: flex;
			justify-content: space-around;
		}
	}
	
	.method__logs {
		display: flex;
		.method__log-table {
			width: 100%;
			border-right: 1px solid red;
		}
	}
	.method_compressed_on {
		display: none;
	}	
}
