html, body {
    height: 100%;
    width: 100%;
    line-height: 1;
}

#mapId{
    height:660px;
    width:100%;
    margin-top: 40px;
}

.dataTables_filter {
    display: none;
}

.rdb_label{
    margin-right: 5px;
}

td{
    padding-left: 10px;
}

.focusedRow
{
    background-color: yellow !important;
}

#rcorners1 {
  border-radius: 25px;
  border: 2px solid darkred;
  padding: 20px; 
  /* width: 600px; */
  /* height: 220px; */
  width: 100%;
  height: 100%;
  font-family: verdana;  
  font-size: 12px;
}