
body {
font-weight: 100;
font-size: 20px;
    height: 100%;
}

select{
font-size: 20px;
}

input{
font-size: 20px;
width: 80%;
}

table{
background-color: inherit;
table-layout: fixed;
width: 100%;
font-size: 18px;
padding: 0;
border-collapse: collapse;
}
table, td{
border: 1px solid black;
    
}

#myInput {
  background-image: url('/css/images/search-icon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size: 30px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  z-index: 0;
}  
.hover { opacity :0.6;
}

 .caret {
   display: table-cell;
font-weight: bold;   
}
button {
    font-size: 26px;
  }
@media screen and (max-width: 640px) {
  .pick, .edit {
    font-size: 10px;
  }
}
@media screen and (min-width: 640px) {
  .pick, .edit{
    font-size: 20px;
  }
}
 .pick{
     position:absolute;
    top:0px;
     height: 100%;
    width: 100%;
    display: inline-block; vertical-align: middle;
  }
.caret:after {
  content: ">";
   display: table-cell;
   transform: rotate(270deg);
}

.caret.active {
    display: table-cell;
   transform: rotate(180deg);
   font-weight: bold; 
}
   .edit {
        width: 100%;
       position:relative;
}
[placeholder]:empty::before {
    content: attr(placeholder);
    color: #555; 
}
tr:focus:after{
     content:attr(data-title);
 }
tr:hover span{
     width:1px;
     margin-left: -0.5em;/* adjust accoridng to font*/
 }

      @media (pointer: coarse), (hover: none) {
  [title] {
    position: relative;
    justify-content: center;
  }
  [title]:focus::after {
    content: attr(title);
    position: absolute;
    top: 90%;
    color: #fff;
    background-color: #000;
    border: 1px solid;
    width: fit-content;
    padding: 3px;
  }

}
a:link {
  color: hotpink;
}
.ui-datepicker-div { z-index: 1; }
.who{ width: 100%;}