* {
    margin: 0;
    padding: 0;
    font-family: Calibri,Verdana,Arial;
    font-size: 1.0em;
}

.body {
    margin: 0;
    padding: 0;
    font-family: Calibri,Verdana,Arial;
    font-size: 1.0em;
}

.container-main {
    width: 960px;
    margin: 0 auto;
}

.container-footer-softex-logo {
    float: left;
    margin: auto 0 auto 10px;
    display: table-cell;
}

.headerlogotext {
    font-weight: bold;
    font-size: 1.5em;
}

.normalFont {
    font-weight: normal;
    font-size: 1.0em;
}

.container-elements {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.container-footer {
    margin: 10px 0px 0px 0px;
    background-color: silver;
    height: 60px;
    display: table;
    border-radius: 10px;
}

.container-header-back {
    height: 60px;
    width: 30%;
    display: table;
    margin: 0px 0px 0px 0px;
    float: left;
}

.container-header-hp {
    display: table-cell;
    float: left;
    text-align: left;
    vertical-align: middle;
    margin-top: 4px;
}

.headerlogo {
    vertical-align: middle;
}

.container-cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.container-page-content {
    width: 100%;
}

.fullwidth {
    width: 100%;
}

a:link {
    color: blue;
}

a:visited {
    color: brown;
}

a:active {
    color: black;
}

a:hover {
    color: #0A9BD8;
}

.tdLeftIndent {
    width: 20px;
}

.space {
    height: 10px;
}

.doublespace {
    height: 20px;
}

.group {
    display: block;
}

    .group:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
/*\*/ .group {
    min-height: 1%;
}

* html .group {
    height: 1%;
}
/**/

a.current-user-thumbnail:link {
    color: white;
}

a.current-user-thumbnail:visited {
    color: aliceblue;
}

a.current-user-thumbnail:active {
    color: silver;
}

a.current-user-thumbnail:hover {
    color: bisque;
}

.button-chrome {
    background-color: rgb(9, 121, 0);
    background-image: none;
    border: currentColor none medium;
    border-radius: 18px;
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    padding: 10px 40px;
    cursor: pointer;
    margin: 20px;
}

.container-body-banner-chrome {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    margin: 10px 0px;
    background-image: url("/images/chrome_extension/banner1.png");
}

.banner-text {
    font-weight: bold;
    font-size: 2.0em;
    color: black;
    line-height: 1.4em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
