body {
	background-color: rgba(241,241,241,.5);
}
.table_style {
	overflow:hidden ;
	border-radius: 5px;
	border: 1px solid #e6e7e8;
	border-spacing: 10px 10px;
	border-style: hidden;
	background-color: #fff;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
	font-family: sans-serif;
}
.formcontrols{
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 80%;
}
td{
	text-align: left;
    font-size: larger;
    padding: 1%;
}
.textarea{
	height:50;
}
.title {
	color: #4caf50;
    font-size: 1.3em;
    padding: 1%;
    font-family: sans-serif;
    font-weight: bold;
	}
.title1 {
	color: #2196f3;
    font-size: 1.1em;
    padding: 1%;
    font-weight: bold;
	}
.btn_submit{	
    font-size: 15.1px;
    padding: 0 6.2px;
    height: 36.6px;
    line-height: 36.6px;
    max-height: 36.6px;
    margin: 0;
    min-width: 149.6px;
    color: white;
    border: none;
    text-decoration: none;
    background-color: #0088ff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(134 140 150 / 65%);
	cursor: pointer;
}

.modal {
	position: fixed;
	z-index: 1; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgba(241,241,241,.5); 
}
.modal-content {
		background-color: #fefefe;
		margin: 15% auto;
		padding: 20px;
		box-shadow: 0 6px 12px rgb(134 140 150 / 65%);
		border-radius: 5px;
		width: 30%; 
		height: 40%;
		text-align:center;
		font-size: x-large;
	}
.btnOK {
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border-radius: 5px;
	display: inline-block;
	padding: 6px 18px;
	overflow: hidden;
	cursor: pointer;
	background-color: #0088ff;
	color: #ffffff;
	box-shadow: 0 6px 12px rgb(134 140 150 / 65%);
}
div.img {
  background-image: url('http://localhost:8080/workshop/images/poster1.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  }
  .img{
	  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  }
 .btn_download {
	font-size: 15.1px;
	font-family: sans-serif;    
    color: #607d8b;
    text-decoration: none;
    font-weight: bold;
 }
 .btn_reg {
     cursor:pointer;
     border: none;
	 padding: 0;
 }