.layouts .titles {
    position: relative;
    top: -20px;
    left: 0;
    width: 50%;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    background: #001872;
    font-size: 20px;
}

.layouts .titles dl {
    margin: 0;
    color: #ffffff;
}

.layouts{
    border: #CCC 1px solid;
    padding: 0px 10px 10px 10px;
    background: #f4f4f4;
	font-size:11pt;
}

.lines{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.img_tiles figure img {
    max-width: 100%;
    vertical-align: bottom;
    border-radius: 30px;
}

@media (max-width: 760px){
.item img {width:100%}
}

.item {
    width: 33.3333%;
	float:left;
}

.img_tiles:after {
    content: '';
    display: block;
    clear: both;
}

.tables td {
    height: 50px;
    padding: 5px 10px;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: left;
    text-decoration: :none;
}

.tables {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #001872;
    background: #d7d7d7;
    border-spacing: 1px;
    border-collapse: separate;
    table-layout: auto;
}