﻿.FooterTextStyle{
    color: #636161;
    font-size: 14px; 
}
@media screen and (min-width: 1025px)
{
.footer-pipe{display: none;}
}
@media screen and (max-width: 1024px)
{
.footer-pipe{
display: block;
width: 2px;
float: right;
margin-left: 6px;
}
}