body{
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    font-size: 12px;
}
.main{
    background-image: url("../images/fivestar.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 100%;
    width: 750px;
   margin: 0 auto;
    top:0;
    bottom:0;
    position:fixed;
}
.search {
    margin-top: 105px;
    text-align: center;
}
.search input{
    width: 200px;
    border-radius: 4px;
     display: inline-block;
    border: 1px solid #ccc;
    box-shadow:inset 0 1px 3px #ddd;
    padding: .5em .6em;
    vertical-align:middle;
    box-sizing: border-box;
}
.btn{
    background-color: #F61116;
    color: #fff;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    padding:.5em 1em;
    border:transparent;
    border-radius: 4px;

}
.tableTitle{
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}
.tableTitle table tr th{
    background-color: #F61116;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tableContent{
    padding-left: 25px;
    padding-right: 25px;
    height: 700px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.tableContent table{
    line-height: 25px;
    padding-left: 75px;
}

@media only screen and (max-width:600px){
    .main{
      width: 100%;
  }
    .search{
        margin-top: 75px;
    }
    .tableContent {
        height: 400px;
        overflow-y:scroll;
        overflow-x:hidden;
    }
    .tableContent table{
        padding-left: 25px;
    }
}