.t3-contentdummy {
    position: relative;
    color: #333;
    margin-bottom:50px;
}

.t3-contentdummy > strong {
    position: relative;
    display: block;
    border-bottom:1px solid #333;
    margin-bottom:10px;
}

.t3-contentdummy table {
    width:100%;
    border:1px solid #333;
    border-collapse: collapse;
}

.t3-contentdummy table th,
.t3-contentdummy table td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
    border:1px solid #333;
}

.t3-contentdummy table td {
    width:100%;
}

.t3-contentdummy table td img {
    display: inline-block;
}

.t3-contentdummy table td p {
    margin: 0 0 1em 0;
}

.t3-contentdummy table td table {
    margin-bottom:20px;
}