@charset "UTF-8";

#header {
    border: 5px solid black;
    border-collapse: collapse;
    padding: 15px;
    font-size: 100%;
    text-align: center;
}

body {
  font-family: Arial, sans-serif;
}

#header th {
	border-collapse: collapse;
    padding: 15px;
    font-size: 100%;
    text-align: center;
}

#regular {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    font-size: 120%;
    text-align: center;
}

#regular th {
	border: 2px solid black;
	border-collapse: collapse;
	padding: 5px;
	font-size: 120%;
	text-align: center;
}

#head th {
	background-color: black;
	color: white;
	border: 2px solid black;
	border-collapse: collapse;
	padding: 5px;
	font-size: 120%;
	text-align: center;
}

select{
	text-align-last:center;
	direction: ltr;
	width: 100%;
	font-size : 20px;
	font-family: Arial, sans-serif;
	width: 98%;
}

input[type=text] {
	font-size: 20px;
	width: 98%;
	font-family: Arial, sans-serif;
}

textarea {
	font-size: 20px;
	width: 98%;
	font-family: Arial, sans-serif;
}

#curve_chart {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#button {
	background-color: #c2c2c2;
	border: 2px solid black;
	color: black;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
	margin-left: 1px;
	cursor: pointer;
	border-radius: 8px;
	font-family: Arial, sans-serif;
}

.button {
  background-color: #c2c2c2;
	border: 2px solid black;
	color: black;
	padding: 3px 3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;
	border-radius: 8px;
	font-family: Arial, sans-serif;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip-left {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 400px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 2px 2px;
  font-size: 16px;

  /* Position the tooltip */
  position: absolute;
  left: 105%;
  z-index: 1;
}

.tooltip-left .tooltiptext-left {
  visibility: hidden;
  min-width: 400px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 2px 2px;
  font-size: 16px;

  /* Position the tooltip */
  position: absolute;
  left: -50px;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-left:hover .tooltiptext-left {
  visibility: visible;
}
