#wrapper{
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0 20px 0 20px;
    width: 1200px;
    border:1px solid blue;
}

#finding{
    border-radius: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    background-color:#AF33FF;
    margin: 0 100px 0 100px;
}

table.tabeanList {
    border-collapse: collapse;
    width:300px;
}
.tabeanList th, .tabeanList td {
    padding: 5px;
    border: solid 1px #777;
}
.tabeanList th {
    background-color: lightblue;
}

