﻿/* ---------------------------------- */
/*  Copyright and Other Links / Text  */
/* ---------------------------------- */

.Copyright-Container
{
    /*text-align: center;*/
    float: left;
    margin: 0 !important;    
    
    font-size: .75em;
        
    height: 100%;
    width: 100%;

    background: #191919;
    
    display: block;
    clear: both;
}

.Copyright-Container-Center
{
    display: inline-block;
    margin: auto;
    height: auto;
    box-sizing: border-box;
  
    padding: 1em;
    margin: 0 !important;

    min-height: 1em;
    width: 33%;
    float: left;

    color: #f5f5f5;
    background: #191919;
}

.Copyright-Container-Left {
    width: 16.5%;
    float: left;
    display: inline-block;
}

.Copyright-Container-Right
{
    width : 16.5%;
    float: right;
    display: inline-block;
    margin-top: 1em;
    margin-right: 13em;
}

.Copyright-Container-Seperator
{
    text-align: center;
    /*float: right;*/
    display: none;
}

.Copyright-Text
{
    word-wrap: break-word;
}

.Privacy-Text
{
  color: #f5f5f5 !important;
}

.Privacy-Text a, .Privacy-Text a:hover
{
    color: #f5f5f5 !important;
    text-decoration: underline;
}

.Terms-Text
{
  color: #f5f5f5 !important;
}

.Terms-Text a, .Terms-Text a:hover
{
    color: #f5f5f5 !important;
    text-decoration: underline;
}