@charset "utf-8";
/* CSS Document */

.table{
width:81%;
}

@media screen and (max-width: 992px) {
	.table{
	width:100%;
	}
}

@media screen and (min-width: 992px) {
	.container{
	width:1020px;
	}
}
