﻿body #wrapper #content a.no-underlined { text-decoration: none; }
/* Content Cards */
.card {  margin-bottom: 1em;  border: 1px solid #e6e6e6;  background: #fefefe;  box-shadow: none; color: #0a0a0a; overflow: hidden;}

/* TB 2019-11-28: IE Fix! Added Width: 100% and changed height: auto, */
.card img { transition: transform .2s; width: 100%; max-width: 100%; height: 80%;}

.card:hover img { transform: scale(1.04); }
.card > :last-child { margin-bottom: 0; }
.card-section { padding: 1em; background: #fff;  z-index: 2; position: relative; }
.card-section > :last-child { margin-bottom: 0; }
#cs{font-size: 1.4em; background: #fff; margin-top: -2.3rem; text-align: center; position: relative; padding: 1rem .5rem 0 .5rem; margin-bottom: .5rem;line-height: normal;}
.card-section p { padding: .5rem 0 0 0; line-height: 1.6; }
#content .card-section p:last-child {margin-bottom: 6px;}


.sys_threeColumns {overflow: inherit;}