/*** Create Ticker - Show Ticker
********************************************************/
section.ShowTicker h1
{
  text-align: center;
}

section.ShowTicker h2
{
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

section.ShowTicker h3
{
  font-size: 1.0rem;
  margin: 1rem 0 0;
}

section.ShowTicker a.testTicker
{
  color: red;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  display: block;
  text-align: center;
  margin-top: 10px;
}

section.ShowTicker #TickerImg
{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

section.ShowTicker p.description
{
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  margin: 2px 0px 3px 10px;
}

section.ShowTicker textarea
{
  width: 550px;
  margin-left: 10px;
}

div.AdTop,
div.AdBottom
{
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 800px)
{
  section.ShowTicker textarea 
  {
    width: 92%;
  }
}

@media screen and (max-width: 600px)
{
  div.AdTop
  {
    padding: 0;
  }
  
  section.ShowTicker h2
  {
    font-size: 1.25rem;
  }

  section.ShowTicker textarea 
  {
    font-size: 12px;
  }
  
  section.ShowTicker .details
  {
    padding: 1.5rem;
    margin: 0;
  }  
}

@media screen and (max-width: 370px)
{
  #TickerImg img
  {
    max-width: 100%;
  }
}