/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css);
@import url(/mt/mt-static/themes/cityscape-portland/screen.css);
/* end StyleCatcher imports */

/* Custom */
.asset-content h3 {
    color: #993300;
    font-weight: bold;
    padding: 3px 10px;
    border-bottom: 1px solid #993300;
}
.asset-content h4 {
    color: #008000;
    font-weight: bold;
    padding-left: 10px;
    border-left: 10px solid #008000;
}
.asset-content table {
    border-collapse: collapse;
    border-spacing: 0;
}
.asset-content th {
    text-align: center;
    padding: 1px;
    border: 1px solid #000000;
    background-color: #c0c0c0;
}
.asset-content td {
    padding: 1px;
    border: 1px solid #000000;
}
.text-ad h3 {
    color: #993300;
    font-weight: bold;
    padding: 3px 10px;
    border-left: 10px solid #993300;
}

