table, tr, td, th
{
    margin: 10px;
    padding: 10px;
}

table.bordered_table{
    border-collapse: collapse;
    border: 1px grey solid;
}

table.bordered_table tr
{
     border: 1px grey solid;
}

table.bordered_table td
{
     border: 1px grey solid;
}

table.bordered_table th
{
     border: 1px grey solid;
}

.nonmobile { display: inline; }

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
 .nonmobile { display: none;}
}

.prayer_button
{
    width:110px;
    height: 40px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}



.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
