table.navtable th {
  background-color:rgb(146,148,116);
  border:1px solid rgb(146,148,116);
  text-align:center;
  color:white;
  height:20px;
}
table.navtable tr {
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
}
table.navtable tr:hover {
  /*color:red;*/
  background-color:#ccc;
}
table.navtable th:hover {
  color:red;
}

div#nav {
  width:80%;
  margin:auto;
}
div.festival{
  margin-top:0px;
  padding-right:10px;
  float:left;
  width:380px;
  /*height:280px;*/
} 
.xiazai{
    text-align:right;
    padding-right:6px;
    width:33%;
    /*border-left:1px solid black;*/
}
/*
a.priority {
  display:block;
  margin:0;
  padding:0;
  background-color:rgb(7,111,182);
  color:white;
  text-align:center;
  line-height:50px;
}
a.priority:hover{
  background-color:#111;
}
a.contentlist {
  color:black;
}
a.contentlist:hover {
  color:red;
  text-decoration:underline;
}
*/
div#forphone { display:none;}
div#pentecost{
    display:block;/**/
    width:770px;
}
div#pentecostphone{
    display:none;/**/
    /*height:700px;*/
}
@media screen and (max-width: 480px) {
    div#nav {
      width:96%;
      margin:50px 2% 0 2%;
    }
    div#forphone { display:block;}
    div.festival{
      width:100%;
      padding-bottom:30px;
    }
    div#pentecostphone{
      display:block;/**/
    }
    div#pentecost{
        display:none;
        /*height:440px;*/
        width:100%;
    }
    #pentecost table tr td{
        width:50%;
    }
}
