﻿h2 {
    color: dimgrey;
    padding: 4px 0px 4px 0px;
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom: 40px;
    background: /* gradient can be an image */
    linear-gradient( to right, white, dimgrey 5%, white 45%) left bottom no-repeat;
    background-size: 100% 2px;
    background-color: white;
}

h3 {
    color: dimgrey;
    padding: 4px 0px 4px 0px;
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 20px;
    background: /* gradient can be an image */
    linear-gradient( to right, white, dimgrey 5%, white 45%) left bottom no-repeat;
    background-size: 100% 2px;
    background-color: white;
}

h4.bgheader {
    color: dimgrey;
    padding: 4px 0px 4px 0px;
    font-size: 1.2rem;
    margin-top: 40px;
    margin-bottom: 20px;
    background: /* gradient can be an image */
    linear-gradient( to right, white, dimgrey 5%, white 15%) left bottom no-repeat;
    background-size: 100% 2px;
    background-color: white;
}


tr {
    line-height: 17px;
    min-height: 17px;
    height: 17px;
}

#javascriptTestCss {
    margin-bottom: 30px;
    padding: 20px 10px;
    background: #D30000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

/*** FOOTER START */

a:visited.footerlink {
    color: gray;
    font-size-adjust: 0.3;
}

a:hover.footerlink {
    color: blue;
    font-size-adjust: 0.3;
}

a.footerlink {
    color: gray;
    font-size: 0.8rem;
    text-decoration: none;
}

h5.footerheader {
    color: gray;
    font-size: 1.2rem;
    font-weight: 200;
}

/*** FOOTER END */