﻿/*
// Show More-Less CSS
// See www.discussdesk.com/jquery-show-less-and-more-content.htm
*/

.show {
    font-size:.9em !important;
    padding: 5px 0 0 0;
}

.morectnt span {
    display: none;
}

.showmoretxt {
    font: bold 13px inherit;
    text-decoration: none;
}
