body
{
    margin: 0;
    padding: 0;
}

.ht-mainContainer
{
    background-color: #ffffff;    
    width: 90%;
    height: 100%;
    padding-bottom: 10px; /* width: 980px; */
    margin: 0 auto;
    height: auto;
    font-family: 'Open Sans' , sans-serif;
    font-size: 0.9em;
}

.ht-header
{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.ht-contentContainer
{    
    margin-bottom: 10px;
    width: 100%;
}

.ht-hoverButtonContainer {
    position: absolute;    
    top: 2%;
    width: 20%;
    left: 75%;
    height: auto;           
}

.ht-hoverButton { 
    float: right;
    margin-right: 3%;     
    height: auto;
    border: 2px solid #d3d3d3;
    border-radius: 50%;    
}

.ht-hoverButton:hover {
    border: 2px solid #333333;
}

.ht-hoverButton a {
    text-decoration: none;
    color: #ffffff;
}

.ht-mainContainer h2
{
    color: #000000;
    font-size: 1.0em;
    padding-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ht-mainContainer tr:hover
{
    cursor: pointer;
    background-color: #d3d3d3;
}

.ht-mainContainer table
{
    width: 100%;
    border-spacing: 0px !important;
}

.ht-mainContainer td
{
    text-align: center;
}

.ht-mainContainer td a
{
    display: block;
    text-decoration: none;
    color: #000000;
}

.ht-mainContainer th
{
    background-color: #9a9a9a;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    color: #ffffff;
    line-height: 1.5em;   
}

.ht-mainContainer tr
{
    line-height: 2.0em;
    font-size: 0.9em;
}

.ht-mainContainer tr:nth-child(2n+1)
{
    background-color: #eeeeee;
}

.ht-buttonBlock
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;    
}

.ht-buttonBlock button
{
    display: inline;    
    width: 40%;
    float: left;
    margin-right: 5%;
    margin-bottom: 10px;
    background-color: #2a6cb6;
    border: 2px solid #333333;
    border-radius: 6px;
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;    
    text-shadow: none;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;    
}

.ht-status 
{
    display: block;    
    width: 40%;
    margin: 30px auto 0 auto;        
    background-color: #333;
    border-radius: 6px 6px 0px 0px;    
    color: #fff;
    line-height: 1.8em;
    font-size: 0.8em;
    font-weight: 600;
    border: 0px solid #6f477b;
    text-shadow: none;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;    
    padding: 2px 0;
}

#fast-link-img {
	outline: 0;
}
#fast-link
{
    display: block;    
    width: 20%;
    margin: 2px auto -20px auto;        
    border-radius: 6px 6px 0px 0px;    
    color: #2a6cb6;
    text-decoration:none;
    line-height: 1.8em;
    font-size: 0.8em;
    font-weight: 600;
    border: 0px solid #6f477b;
    text-shadow: none;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;    
    padding: 2px 0;
    outline: 0;
}


.ht-buttonBlock button:hover
{
    background-color: #1e518c;
    cursor: pointer;
}

.ht-buttonBlock button:first-child
{
    margin-left: 7%;
}

.ht-mainContainer .ht-logo img
{ 
	display: block;
    margin: 0 auto;
    width: 100%; 
} 

.ht-mainContainer h6
{
    text-align: center;
    padding-bottom: 5px;
    font-size: 1em;
}

.ht-linkStyle
{
    text-decoration: none;
}

@media screen and (max-width: 980px)
{
    .ht-header
    {
        width: 100%;
        height: auto;
    }

    .ht-itemVisibility1
    {
        display: none;
    }
}


@media screen and (max-width: 680px)
{

    .ht-mainContainer
    {
        width: 100%;
        -webkit-text-size-adjust: 100%;
    }

    .ht-header
    {
        width: 100%;
        height: auto;
    }

    .ht-buttonBlock button
    {
        font-size: 0.8em;        
    }

    .ht-status {
        width: 50%;
    }
    
}

@media screen and (max-width: 480px)
{    
    .ht-header
    {
        width: 100%;
        height: auto;
    }

    .ht-buttonBlock button
    {
        font-size: 0.8em;
        width: 40%;
    }

    .ht-mainContainer tr {
        font-size: 0.9em;
    }

    .ht-status {
        font-size: 0.8em;
        line-height: 1.4em;        
    }

}


@media screen and (max-width: 400px)
{

    .ht-mainContainer
    {
        width: 100%;
    }

    .ht-header
    {
        width: 100%;
        height: auto;
    }

    .ht-buttonBlock {
        margin-bottom: 26px;
    }

    .ht-buttonBlock button
    {
        width: 40%;
        margin-bottom: 10px; 
        font-size: 0.8em;       
    } 

    .ht-status {
        width: 60%;                
    }   
}

/* Scroll to top CSS */

.top
{
    width: auto;
    height: auto;
    line-height: 1.5em;
    font-size: 0.8em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    background-color: rgba(38, 34, 34, 0.5);
    border-radius: 6px;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 30px;
    text-decoration: none;
    display: none;
}

.top img
{
    display: block;
    margin: 0 auto;
    height: 36px;
    width: 36px;
}

/* Column highlight */

.ht-columnHighlight
{
    background-color: #E5F2FB;
}

.ht-columnHighLight th
{
    background-color: #777777;
}


/* DEFINED BY TED */
.ht-sortable-column
{
    font-weight: bold;
    text-decoration: underline;
}

.ht-round-body [current=true] /*td:nth-child(1n+5) */
{
    background-color: #8888cc !important;
    font-weight: bold;
    color: #333333;
}

.ht-round-body [current=true]:hover
{
    cursor: default;
    background-color: #a3a3a3;
}

.ht-header-row
{
    font-weight: bold;
    font-size: 1.2em !important;
    color: #333333;
    text-align: center;
}

.ht-spacer-row
{
    height: 30px;
    background-color: transparent;
}

.ht-traded-from
{
    font-size: 90%;
    color: #777777;
    display:inline-block;
    line-height: 1.3em;
    padding-bottom: 0.2em;
}

/* ************** */

