.Group-5 {
	width: 615px;
	height: 438px;
	object-fit: contain;
	padding-bottom: 50px;
	padding-top: 50px;
}

.message {
	/* width: 565px; */
	height: 36px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	/* padding-bottom: 50px; */
	display: inline-block;
	width:580px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: Roboto, "Helvetica Neue",Helvetica, Arial, sans-serif;
}

.Group-5, .message, .code, #back-to-home, #report-error {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* width: 50%; */
}

.code {
	height: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #666666;
}

.code, .message {
	font-family: Arial;
}

.button-div {
	width: 50%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	display: inline-block;
}

.btn-success, .btn-info {
	width: 150px;
	height: 40px;
	border-radius: 5px;
}

.content {
	text-align: center;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	max-width: 500px;
	padding: 20px;
}

#datetime{
	    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    height: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    font-size: smaller;
    padding-top: 5px;
	
}

.center {
  margin-left: auto;
  margin-right: auto;
   border-radius: 20px;
}

#sessiontable {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  border-collapse: collapse;
  border-bottom-color: #ebeef5;
  border-top-color: #ebeef5;
  border-spacing: 2px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #dce1e3;
    width: 80%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff;
    color:#333333;
    box-sizing: border-box;
}

#session {
  font-family: Roboto, "Helvetica Neue",Helvetica, Arial, sans-serif;
   border-collapse: separate !important;
  width: 55%;
   border: 1px solid #dce1e3;
   box-sizing: border-box;
   border-radius: 10px;
    overflow: hidden;
}

#session td, #session th {
 
  padding: 15px;
}


#session tr:hover {background-color: #ddd;}

#session th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ebeef5;
  color: #333333;

}
.left{
	  border-radius: 15px 0 0 0;
}
.right{
	  border-radius: 0 15px 0 0;
}

@media ( min-width : 50px) {
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 13px;
	}
	p {
		font-size: 13px;
	}
}

@media ( min-width : 500px) {
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 15px;
	}
	p {
		font-size: 15px;
	}
}
/* Medium devices (tablets, 768px and up) */
@media ( min-width : 768px) {
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 15px;
	}
	p {
		font-size: 15px;
	}
}

/* Large devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 15px;
	}
	p{
		font-size: 15px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 15px;
	}
	p {
		font-size: 15px;
	}
}