table { font-family: 'Arial'; /* position: collapse; height: 100%; width: 100%; */ margin: 25px auto; border-collapse: collapse; border: 1px solid #eee; border-bottom: 2px solid #6fa8dc; font-size: 16px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05); } table tr:hover { background: #f4f4f4; } table tr:hover td { color: #555; } table th, table td { /*color: #999; */ color: #000; border: 1px solid #eee; padding: 5px 10px; border-collapse: collapse; font-size: 16px; } table th { background: #6fa8dc; color: #fff; text-transform: uppercase; font-size: 18px; } table th.last { border-right: none; } @media only screen and (max-device-width: 501px) and (orientation: portrait) { .priority-5{ display:none; } .priority-4{ display:none; } .priority-3{ display:none; } .priority-2{ display:none; } table th, table td { /*color: #999; */ color: #000; border: 1px solid #eee; padding: 5px 10px; border-collapse: collapse; font-size: 28px; } /*not sure i need this in here */ body { font: normal medium/1.4 sans-serif; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; } } body { font: normal medium/1.4 sans-serif; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; } table { border-collapse: collapse; width: 100%; } th, td { padding: 0.25rem; text-align: left; border: 1px solid #ccc; } tbody tr:hover { background: yellow; } .ml2 { font-weight: 300; font-size: 3.5em; font-family: 'Arial'; } .ml2 .letter { display: inline-block; line-height: 1em; } .figure { position: absolute; top: 0px; right: 0px; } /* Header/logo Title */ .header { padding: 30px; text-align: center; background: #6fa8dc; color: white; } /* Increase the font size of the heading */ .header h1 { font-size: 40px; font-weight: 300; font-size: 3.5em; font-family: 'Arial'; display: inline-block; } /* Sticky navbar - toggles between relative and fixed, depending on the scroll position. It is positioned relative until a given offset position is met in the viewport - then it "sticks" in place (like position:fixed). The sticky value is not supported in IE or Edge 15 and earlier versions. However, for these versions the navbar will inherit default position */ /* .navbar { overflow: hidden; background-color: #333; position: sticky; position: -webkit-sticky; top: 0; } */ /* Style the navigation bar links */ /* .navbar a { float: left; display: block; color: white; text-align: center; padding: 14px 20px; text-decoration: none; } */ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } li { float: left; } li a, .dropbtn { display: inline-block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover, .dropdown:hover .dropbtn { background-color: red; } li.dropdown { display: inline-block; } .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 { color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover {background-color: #f1f1f1;} .dropdown:hover .dropdown-content { display: block; } /* end of NAVBAR dropdown */ /* Table Search Function */ #picksInput { /*background-image: url('/css/searchicon.png'); /* Add a search icon to input */ background-position: 10px 12px; /* Position the search icon */ background-repeat: no-repeat; /* Do not repeat the icon image */ width: 100%; /* Full-width */ font-size: 16px; /* Increase font-size */ padding: 12px 20px 12px 40px; /* Add some padding */ border: 1px solid #ddd; /* Add a grey border */ margin-bottom: 12px; /* Add some space below the input */ } #leagueInput { /*background-image: url('/css/searchicon.png'); /* Add a search icon to input */ background-position: 10px 12px; /* Position the search icon */ background-repeat: no-repeat; /* Do not repeat the icon image */ width: 100%; /* Full-width */ font-size: 16px; /* Increase font-size */ padding: 12px 20px 12px 40px; /* Add some padding */ border: 1px solid #ddd; /* Add a grey border */ margin-bottom: 12px; /* Add some space below the input */ } /* #picksTable { border-collapse: collapse; width: 100%; border: 1px solid #ddd; font-size: 18px; } #picksTable th, #picksTable td { text-align: left; padding: 12px; } #picksTable tr { border-bottom: 1px solid #ddd; } #picksTable tr.header, #picksTable tr:hover { background-color: #f1f1f1; } */