﻿
.SortInd
{
    font-family: Arial, Sans-Serif;
    font-size: .8em;
    color: #000000;
}

html 
{ 
  overflow-y: scroll; 
}

.footnote
{
    font-size: 14px;
}

.smallprint
{
    font-size: 13px;
}

.tinyprint
{
    font-size: 11px;
}

.news-item-date
{
    font-style:italic;
}

.news-item
{
    font-size: 14px;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 78px; /* Fallback for non-webkit */
    margin: 0 auto;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
}


.DownloadButton a:link
{
    height: 48px;
    width: 135px;
}

#leftmarginimg
{
    width: 150px;
}

.PriceTable
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    border-collapse: collapse;
    padding: 2pt 10pt 2pt 10pt;
    width: 420px;
}


.PriceTableHeader
{
    font-weight: bold;
}


/*Google Search Styles*/

#GoogleSearchResults .gsc-control
{
    width: 100%;
}

#GoogleSearchResults .gs-webResult .gs-visibleUrl
{
    display: none;
}

#GoogleSearchResults .gs-webResult .gs-visibleUrl
{
    display: none;
}

#GoogleSearchResults .gsc-tabsArea
{
    display: none;
}

#GoogleSearchResults .gs-no-results-result
{
    background-color: White;
    color: Black;
    border: solid 0px white;
}

.MSButton
{
    background: #eee;
    text-decoration: none;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 2px;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: default;
}

.MSButton:hover
{
    background-color: #f2f2f2;
    border-color: #888;
    box-shadow: 0 0 3px #77f;
}

IMG.CenteredImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.legal
{
	margin: 40px 40px 40px 40px;
}

.mill-columns-2
{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
    -webkit-column-gap:50px;
    -moz-column-gap:50px;
    column-gap:50px;
}

.mill-columns-3
{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    -webkit-column-gap:40px;
    -moz-column-gap:40px;
    column-gap:40px;
}

.mill-columns-4
{
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
}