﻿.background-header{
height:90px;
}
.container .center{
	margin: 40px auto;
       margin-top:80px;
}
.center table{
	width: 100%;
	border-collapse: collapse;
table-layout:fixed;
word-wrap: break-word; word-break: break-all;
}
.center table.contrast-table{
        font-size:14px;
	border: 1px solid #DDDDDD;
}
.center table td{
	box-sizing: border-box;
	padding:  20px  10px;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}
.center table td img{
	width: 80px;
height:80px;
}
.center table .table-top td{
       width:calc(25% - 39.5px);
	position: relative;
	height: auto;
	border-top: 0;
	text-align: center;
	background: #f4f4f4;
}
.center table td:nth-child(1){
	width: 158px;
	background: #f4f4f4;
	text-align: left;
}

.table-top p{
	color: #226BBC;
}
.delete{
	position: absolute;
	top: 10px;
	right: 10px;
}
.delete{
	visibility: hidden;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: url(../images/close.png) 0 0 no-repeat;
	background-size: 100% 100%;
}