/* =============================================
Three Col Content
============================================= */

.three-col-content{ margin-bottom: 20px; }
.three-col-content .col {  border-radius: 10px; border: 1px solid #e5e5e5; overflow: hidden; }
.three-col-content .col .title { float: left; width: 100%; font-size: 20px; padding:20px; background: #CCC; color: #fff; font-family: din_next;  }
.three-col-content .col p { padding-right: 4%; padding-left: 4%; }
.three-col-content .col a { /*padding-right: 4%; padding-left: 4%*/; }
.three-col-content .download-area p {padding-left:0;}
.three-col-content .col:nth-child(1) {border:none;}
.three-col-content .col:nth-child(1) p {padding: 4% 0;}
.three-col-content img {border-top-right-radius:10px; border-top-left-radius:10px;}
.three-col-links a img {border-top-right-radius:10px; border-top-left-radius:10px;  }

