body{
	background-color: #F5F5F5;
}
a, a:link{text-decoration : none} 
.wrap{
	max-width: 750px;	
}
img{
	max-width: 100%;
}
#keyword::-webkit-input-placeholder {
	padding-left: 20px;
    background: transparent url(/Static/images/search@2x.png) no-repeat 0% center;
    background-size:1rem;
}
#keyword::-moz-placeholder {
    /* Firefox 19+ */
    padding-left: 20px;
    background: #fff url(/Static/images/search@2x.png) no-repeat 0% center;
    background-size:1rem;
}
#keyword:-moz-placeholder {
    /* Firefox 18- */
    padding-left: 20px;
    background: transparent url(/Static/images/search@2x.png) no-repeat 0% center;
    background-size:1rem;
}
#keyword:-ms-input-placeholder {
    /* IE 10- */
    padding-left: 20px;
    background: transparent url(/Static/images/search@2x.png) no-repeat 0% center;
    background-size:1rem;
}
.ContentView table{
    display: none;
}
.page-link{
    color: #343a40;
}
