<style>

.stack
{
	margin:auto;
	margin-top:140px;
}

.stack_short
{
	margin:auto;
	margin-top:90px;
}

.header 
{
    display: block;
    left: auto;
    margin-left: 0px;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px #5C5C5C;
    box-shadow: 0px 0px #5C5C5C;
    background-color: #9A1800;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
	max-width: 1440px; 
}

.footer
{
	position: fixed;
//	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #9A1800;
	color: white;
    height: 40px;
	max-width: 1440px; 
	margin:auto;
}

.navbar 
{
 	overflow: hidden;
	background-color: #9A1800;
	display:block;
	text-decoration:none;
	max-width: 1440px; 
    margin-left: 0px;
    margin-right: auto;
    height: auto;
    left: auto;
    -webkit-box-shadow: 0px 0px #5C5C5C;
    box-shadow: 0px 0px #5C5C5C;
	padding: 10px 0px 10px 0px;
}

.navbar a 
{
  float:right; 
  list-style-type: none;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color:white;
  text-align: center;
  padding:14px 12px;
  text-decoration: none;
  background-color: #9A1800;
}

.navbar a:hover 
{
  background-color: red;
}

/*.dropdown */

.dropdown 
{
  float: right;
  overflow: hidden;
}

.dropbtn 
{
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #9A1800; 
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 16px;
}

.dropdown-content 
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a 
{
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover 
{
  background-color: red;
}

.dropbtn:hover 
{
  background-color: red;
}

.dropdown:hover .dropdown-content 
{
  background-color: red;
  display: block;
}

.dropdown2 
{
  float: right;
  overflow: hidden;
}

.dropbtn2 
{
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #9A1800;
/*  font-family: inherit; */
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 16px;
}
.dropdown-content2 a 
{
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: none;
  text-align: left;
}

.dropdown-content2 a:hover 
{
  background-color: red;
}

.dropdown2:hover .dropdown-content2 
{
  display: block;
}

.iconclass
{
	float: left;
	padding:5px;
	width:30px;
	height:30px;
}

.iconclass:hover 
{
  background-color: red;
}

.iconclass:active 
{
  background-color: Maroon;
	box-shadow: 3px -3px 5px #252424;	
    -webkit-box-shadow: 3px -3px 5px #252424;
	-moz-box-shadow: 3px -3px 5px #252424;
	-o-box-shadow: 3px -3px 5px  #252424;
  transform: translateY(4px);
}

.modal 
{
  display: none;
  position: fixed; 
/*  padding: 50px 0px 50px 0px; */
  margin-left:25%;
  margin-right:auto;
  margin-top: 90px;
  width: 35%;
  height:auto;
/*  background-color: lightgrey; */
  background-color: rgba(0, 0, 0, 0.5);
  z-index = 999998;
}

.modal-content 
{
	position: relative; 
	/*  background-color: white; */
	background-color: #EBEDEF;
	padding: 20px; 
	margin: auto; 
	width: 100%;  
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border:1px solid black;
	z-index = 999998;
}

.modal-content li a
{
	border:1px solid black;
	border-radius:10px;
	font-size: 18px;
	display:inline;
	padding:10px 10px 10px 10px;
	color:black;
	background-color:silver;
	text-decoration:none;
	margin-left: 5px;
}

.modal2 
{
  display: none;
  position: fixed; 
  margin-left:40%;
  margin-right:auto;
  margin-top: 25%;
/*  margin-top: 90px;
  width: 35%; */
  height:auto;
  background-color: rgba(0, 0, 0, 0.0);
  z-index = 999998;
}

.modal-content2 
{
	position: relative; 
	background-color: #EBEDEF;
/*	padding: 20px; 
	margin: auto;  
	width: 100%;   */
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
/*	border:1px solid black; */
	border:01px;
	background-color: rgba(0, 0, 0, 0.0);
	z-index = 999998;
}

/*
.modal-content2 li a
{
	border:1px solid black;
	border-radius:10px;
	font-size: 18px;
	display:inline;
	padding:10px 10px 10px 10px;
	color:black;
	background-color:silver;
	text-decoration:none;
	margin-left: 5px;
} */

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

.button_text
{
	clear:both;
	display:block;
	margin-top:10px;
	overflow:visible;
	padding:0 7px;
	width:auto;
	font-size:16px;
	margin-left: 5ch;
	background: #9A1800;
}

.button_float
{
	float:left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	display:block;
/*	margin-top:10px; */
	overflow:visible;
/*	padding:0 7px; */
	width:auto;
	font-size:16px;
	margin-left: 2ch;
    background-color: #9A1800;
	color:white;
    border-radius: 6px;
	box-shadow: 3px -3px 5px #252424;	
    -webkit-box-shadow: 3px -3px 5px #252424;
	-moz-box-shadow: 3px -3px 5px #252424;
	-o-box-shadow: 3px -3px 5px  #252424;
}

.button_float:hover 
{
	background-color: red;
}

.button_float:active 
{
  background-color: Maroon;
	box-shadow: 3px -3px 5px #252424;	
    -webkit-box-shadow: 3px -3px 5px #252424;
	-moz-box-shadow: 3px -3px 5px #252424;
	-o-box-shadow: 3px -3px 5px  #252424;
  transform: translateY(4px);
}

.divfixed
{
	position: fixed;
	top:90px;
/*	left: 5px; */
	margin: auto;
	max-width: 1440px;
	z-index = 999999;
}

.fixedDiv
{
	position: fixed;
	top:0;
	margin: auto;
	max-width: 1440px;
	z-index = 999999;
}

#team_table_11
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	width: 100%;
	table-layout: 'fixed';
	border: none;
	background-color: #A4A4A4;
}

#team_table_11 tbody
{
/*	height: 250px; */
    overflow-y: scroll;
}

#team_table_11 td
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius: 10px;
	background-color: #A4A4A4; 
	color: black;
/*	color: white;
	background-color: #9A1800; */
	white-space: nowrap;
}

#team_table_11 input 
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius: 10px;
	color: black;
	background-color: white;
}

#team_table_11 h2
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius: 10px;
	background-color: #A4A4A4; 
	color: black;
}

#team_table_11 select
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius: 10px;
	color: black;
	background-color: white; 

}

#team_table_11 option
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius: 10px;
	color: black;
	background-color: white; 
}

#genretbl_1
{
	table-layout: fixed;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
	width: 50%
}

.tableclass7
{
	display: inline;
	table-layout: fixed;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 8px;
/*	border: 1px solid black;
	border-radius:10px;*/
	border: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tableclass7 td
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 10px;
	border: none;
    background-color: #949494;
	overflow: hidden;
}

.tableclass7 input
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 10px;
	width: 100%;
	overflow: hidden;
}

.tableclass7 td input
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 10px;
/*	display: inline; */
	border:none;
	overflow: hidden;
}

.tableclass7 td span
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 10px;
	border: none;
	width: 95%;
}
	
.tableclass7 td p
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 10px;
	width: 95%;
}

.tableclass7 thead 
{
	cursor: pointer;
}

.tableclass6
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
	width: 100%
}

.tableclass6 td
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
    background-color: #949494;
}

.tableclass9
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
	width: 33%
}

.tableclass9 td
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
    background-color: #949494;
}

.tableclass10
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
	width: 100%
}

.tableclass10 td
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: none;
//	border: 1px solid black;
//	border-radius:10px;
    background-color: #949494;
}

.tableclass8
{
	display: inline;
	table-layout: fixed;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tableclass8 td
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
    background-color: #949494;
	overflow: auto;
}

#authortable,
#tableclass3,
#tableclass4,
#tableclass5,
#teams_table_1,
#prj_table1,
#editor_inputbl_1,
#subtable_1,
#subtable_22,
#tblclass,
#publisher_1,
#pub_table,
#pub_table2,
#prjtable_1,
#prjtable_2,
#prjtable_3,
#prjtable_4
{
	table-layout: fixed;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
	width: 100%
}

#authortable td,
#tableclass4 td,
#tableclass5 td,
#teams_table_1 td,
#tableclass3 td,
#prj_table1 td,
#subtable_1 td,
#subtable_22 td,
#editor_inputbl_1 td,
#tblclass td,
#publisher_1 td,
#pub_table td,
#pub_table2 td,
#prjtable_1 td,
#prjtable_2 td,
#prjtable_3 td,
#prjtable_4 td
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	border-radius:10px;
    background-color: #949494;
	overflow: auto;
}

#authortable h2,
#teams_table_1 h2,
#tableclass4 h2,
#tableclass5 h2,
#tableclass3 h2,
#tblclass h2,
#prj_table1 h2,
#subtable_1 h2,
#subtable_22 h2,
#editor_inputbl_1 h2,
#publisher_1 h2,
#pub_table h2,
#pub_table2 h2,
#prjtable_1 h2,
#prjtable_2 h2,
#prjtable_3 h2,
#prjtable_4 h2
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: none;
}

#authortable input,
#tblclass input,
#tableclass3 input,
#tableclass4 input,
#tableclass5 input,
#teams_table_1 input,
#prj_table1 input,
#subtable_1 input,
#subtable_22 input,
#editor_inputbl_1 input,
#publisher_1 input,
#pub_table input,
#pub_table2 input,
#prjtable_1 input,
#prjtable_2 input,
#prjtable_3 input,
#prjtable_4 input
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	width: 95%;
}

#authortable option,
#tblclass option,
#tableclass3 option,
#tableclass4 option,
#tableclass5 option,
#teams_table_1 option,
#prj_table1 option,
#subtable_1 option,
#subtable_22 option,
#editor_inputbl_1 option,
#publisher_1 option,
#pub_table option,
#pub_table2 option,
#prjtable_1 option,
#prjtable_2 option,
#prjtable_3 option,
#prjtable_4 option
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	width: 95%;
}

#authortable select,
#tblclass select,
#tableclass4 select,
#tableclass5 select,
#teams_table_1 select,
#prj_table1 select,
#subtable_1 select,
#subtable_22 select,
#editor_inputbl_1 select,
#publisher_1 select,
#pub_table select,
#pub_table2 select,
#prjtable_1 select,
#prjtable_2 select,
#prjtable_3 select,
#prjtable_4 select
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	width: 95%;
}

#tblclass td span,
#teams_table_1 td span,
#tableclass3 td span,
#tableclass4 td span,
#tableclass5 td span,
#pub_table td span,
#prj_table1 td span,
#subtable_1 td span,
#subtable_22 td span,
##editor_inputbl_1 td span,
publisher_1 td span,
#pub_table2 td span,
#prjtable_1 td span,
#prjtable_2 td span,
#prjtable_3 td span,
#prjtable_4 td span
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	border: 1px solid black;
	width: 95%;
}

#authortable textarea,
#teams_table_1 textarea,
#tableclass3 textarea,
#tableclass4 textarea,
#tableclass5 textarea,
#subtable_1 textarea,
#subtable_22 textarea,
#editor_inputbl_1 textarea,
#prj_table1 textarea,
#publisher_1 textarea,
#tblclass textarea,
#tblclass td p,
#authortable p,
tableclass3 p,
#tableclass4 p,
#tableclass5 p,
#subtable_1 p,
#subtable_22 p,
#editor_inputbl_1 p,
#teams_table_1 p,
#prj_table1 p,
#publisher_1 td p,
#pub_table td p,
#pub_table2 td p,
#pub_table td textarea,
#pub_table2 td textarea,
#prjtable_1 textarea,
#prjtable_2 textarea,
#prjtable_3 textarea,
#prjtable_4 textarea,
#prjtable_1 td p,
#prjtable_2 td p,
#prjtable_3 td p,
#prjtable_4 td p
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	width: 95%;
}

.close-btn 
{
	float: right; 
	color: white; 
    background-color: #9A1800;
	font-size: 16px;  
	font-weight: bold;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px #5C5C5C;
    box-shadow: 0px 0px #5C5C5C;
    z-index = 999999;
	margin-left: 5px;
}
.close-btn:hover 
{
  color: black;
}


.collapsible 
{
  background-color: #949494;
  color: #9A1800;;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
}

.active, .collapsible:hover 
{
  background-color: #B4B4B4;
}

.col_content 
{
/*  padding: 0 18px;*/
  display: none;
  overflow: hidden;
  background-color: #949494;
}

.editorlist
{
	width:100%;
	margin-left: 25%;
}

.editorlist ul
{
	list-style-type: none;
	width:100%;
	margin: 0 auto;
}
.editorlist li
{
	float:left;
	border:1px solid black;
	border-radius:10px;
	margin-left: 1%;
/*	margin-left:10px;
	padding:5px 25px 5px 0px; */
}
.editorlist img
{
	padding: 10px;
	width:75px;
	height:75px;
}

::selection
{
  color: #fff;
  background: #6990F2;
}
.wrapper
{
  margin: auto;
/*  width: 200px; */
  width: 90%;
  height: auto;
  background: #fff;
  border-radius: 5px;
  padding: 5px 0px 5px 0px;
/*  box-shadow: 7px 7px 12px rgba(0,0,0,0.05); */
  z-index:999999;
}
.wrapper header
{
  color: #9A1800;
/*  color: #6990F2; */
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.wrapper form
{
  height: 167px;
  display: flex;
  cursor: pointer;
  margin: 30px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed #6990F2;
}
.uploadform :where(i, p)
{
/*  color: #6990F2; */
	color: #9A1800;
}
.uploadform i
{
  font-size: 50px;
}
.uploadform p
{
  margin-top: 15px;
  font-size: 16px;
}

section .row
{
  margin-bottom: 10px;
  background: #E9F0FF;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .row i
{
  color: #6990F2;
  font-size: 30px;
}
section .details span
{
  font-size: 14px;
}
.progress-area .row .content
{
  width: 100%;
  margin-left: 15px;
}
.progress-area .details
{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}
.progress-area .content .progress-bar
{
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}
.content .progress-bar .progress
{
  height: 100%;
  width: 0%;
  background: #6990F2;
  border-radius: inherit;
}
.uploaded-area
{
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress
{
  max-height: 150px;
}
.uploaded-area::-webkit-scrollbar
{
  width: 0px;
}
.uploaded-area .row .content
{
  display: flex;
  align-items: center;
}
.uploaded-area .row .details
{
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.uploaded-area .row .details .size
{
  color: #404040;
  font-size: 11px;
}
.uploaded-area i.fa-check
{
  font-size: 16px;
}

.loader,
.loader:after {
  border-radius: 25%;
  width: 2em;
  height: 2em;
}
.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 255, 0.8);
  border-right: 1.1em solid rgba(0, 0, 255, 0.8);
  border-bottom: 1.1em solid rgba(0, 0, 255, 0.8);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tdbutton1
{
	border:1px solid black;
	border-radius:10px;
	font-size: 18px;
	text-align: center;
	background-color:black;
	color:white;
/*	display:inline; */
}
.tdbutton2
{
	border:1px solid black;
	border-radius:10px;
	font-size: 18px;
	text-align: center;
/*	display:inline; */
	color:black;
	background-color:silver;
}
.tdbutton3
{
/*	display: inline; 
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 8px;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; */
	border: none;
	white-space: nowrap;
	color:black;
}

</style>