.x-div-header{
    background: #03A9F4;
    color: #ffffff;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.x-div-container{
    padding-top: 50px;
}

.x-div-header a{
	float: left;
	color: #fff !important;
	width: 40px;
}

.x-div-list ul{
    padding-inline-start: 0px;
    padding-left: 0px;
}

.x-div-list ul li{
    list-style: none;
    border-bottom: 1px dotted #E0E0E0;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.x-btn-register {
    border: none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px;
}



.x-btn-reset{
    background: #03A9F4 !important;
    border: none !important;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
}

.x-div-footer{
	position: fixed;
	bottom: 10px;
	width: 100%;
}

.x-div-content{
	margin-bottom: 60px;
    margin-top: 39px;
}

.x-div-list{
    margin-bottom: 100px;
}

table{
    width: 100%;
}

td{
    border: 1px solid #000;
}

body{
	background: #fff;
}