table {
    width:75%;
}
table, th, td {
    border: 0px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}
table#t02 {
    width:40%;
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
}
table#t02 ,td  {
    align:center; 
}
table#t04 {
    width:20%;
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
	max-height: 600px;	
}
table#t04 ,td  {
    align:center; 
}

table#t-fixedr {
	    width:20%;
    position: fixed;
	top:	300px;
	left:	900px;
	vertical-align:middle;	
}

table#t-fixedl {
	    width:20%;
    position: fixed;
	top:	300px;
	left:	450px;
	height:	600px;
	overflow: scroll;
	max-height: 600px;
	vertical-align:middle;	
}
table#t-fixedl , td {
	vertical-align:middle;	
}


table#t01 {
    width:80%;		
}
table#t01 tr:nth-child(even) {
    background-color: #fff;
}
table#t01 tr:nth-child(odd) {
   background-color:lightblue;
}
table#t01 th {
    background-color: black;
    color: white;
}
table#t05 {
    width:20%;
}
table#t05 th {
	table-layout: fixed;
    width: 900px;
    background-color: red;
    color: white;
}
table#t05 tr:nth-child(even) {
    background-color: #fff;
}
table#t05 tr:nth-child(odd) {
   background-color:lightblue;
}

table#t06 {
    width:20%;
}
table#t06 th {
	table-layout: fixed;
    width: 900px;
    background-color: green;
    color: white;
}
table#t06 tr:nth-child(even) {
    background-color: #fff;
}
table#t06 tr:nth-child(odd) {
   background-color:lightblue;
}

#prodlist{
 width:250px;   
}
div.ex1 {
    width:500px;
    margin: auto;
    border: 3px solid #73AD21;
}

div.ex2 {
    max-width:1400px;
    margin: auto;
    border: 3px solid #73AD21;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttongreen {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.buttongreen:hover {
    background-color: #4CAF50;
    color: white;
}

.buttonblue {
    background-color: #008CBA; 
    color: white; 
    border: 2px solid #008CBA;
}

.buttonblue:hover {
    background-color: white;
    color: #008CBA;
}

.buttonred {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.buttonred:hover {
    background-color: #f44336;
    color: white;
}

.buttongray {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.buttongray:hover {background-color: #e7e7e7;}

.buttonblack {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.buttonblack:hover {
    background-color: #555555;
    color: white;
}

.custom {
    width: 78px !important;
}

