table td { border: 3px solid #526f73; border-spacing: 0px; font-size: 12px; font-weight: bold; font-family: Arial; padding:5px; border-radius: 5px; } /* tr:hover {background: rgba(4, 170, 109, 0.5);opacity:0.6;} */ #myTable { border: 3px solid black; border-spacing: 0px; font-size: 12px; font-weight: bold; font-family: Arial; padding:0px; border-radius: 10px; } th { background-color: #769499;} #pEdI tr:nth-child(even){background-color: rgb(166,214,220);} #pEdI { border-spacing: 0px; font-size: 12px; font-weight: bold; border-radius: 4px; border-collapse: collapse; border: 3px solid black; font-family: Arial; } #pedid { border-spacing: 0px; font-size: 13px; font-weight: bold; border: 3px solid #526f73; border-radius: 6px; font-family: Arial; } #podid { border-spacing: 0px; font-size: 13px; font-weight: bold; border: 0px solid black; border-radius: 10px; font-family: Arial; } #resu { position: absolute; bottom: 0; right: 0; } select { appearance: none; /* width: 100px; */ font-size: 12px; font-weight: bold; padding: 2px 2px 2px 2px; background-color: powderblue; border: 1px solid powderblue; border-radius: 6px; color: #000; cursor: pointer; } body { background-color: powderblue; } /* Add a black background color to the top navigation */ .topnav { background-color: #728f93; overflow: hidden; border-radius: 10px; margin-left: 46px; margin-right: 46px; } /* Style the links inside the navigation bar */ .topnav a { float: left; color: #f2f2f2; text-align: center; font-weight: bold; padding: 8px 10px; text-decoration: none; font-size: 14px; } .dis {background-color: powderblue; color: #728f93 ;} .can {background-color: powderblue; color: red ;} .pro {background-color: #b5efd7 ; color: black ;} .new {background-color: pink ;} /* Change the color of links on hover */ .topnav a:hover { background-color: #55696c; color: white; } /* Add a color to the active/current link */ .topnav a.active { background-color: #55696c; color: white; } .topnav input[type=text] { float: right; padding: 4px; border: 1px; border-radius: 10px; margin-top: 5px; margin-right: 16px; font-size: 13px; } .overlay { height: 0; width: 52%; position: fixed; z-index: 1; top: 70px; border-radius: 30px; left: 0; margin-left: 23%; background-color: rgb(146,194,200); background-color: rgba(ff,ff,ff, 0.9); overflow-x: hidden; transition: 0.5s; } .overlay-content { position: relative; top: 20px; width: 100%; text-align: center; margin-top: 30px; border-radius: 15px; border: 1px; } .overlay a { padding: 8px; text-decoration: none; font-size: 36px; color: #000000; display: block; transition: 0.1s; border-radius: 15px; } .overlay a:hover, .overlay a:focus { color: #ffffff; } .overlay .closebtn { position: absolute; top: 5px; right: 25px; font-size: 40px; } @media screen and (max-height: 450px) { .overlay a {font-size: 20px} .overlay .closebtn { font-size: 40px; top: 15px; right: 35px; }