/*
 * LIGHTSTREAMER - www.lightstreamer.com
 * Basic Stock-List Demo
 *
 *  Copyright (c) Lightstreamer Srl
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
 body {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
 }
 .banner {
  width: 100%;
  position: relative;
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
  font-size: 40px;
  text-align: center;
  color: #003D06;
  padding: 20px;
}  
.logo {
  height: 60px;
}  
.banner .title {
  display: inline;
  vertical-align: super;
  padding-left: 4px;
}
.banner .subtitle {
  font-size: 20px;
}
.ribbon {
  z-index: 1;
  background-color: #003D06;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -50px;
  top: 40px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
	-webkit-box-shadow: 0 0 10px #888;
     -moz-box-shadow: 0 0 10px #888;
          box-shadow: 0 0 10px #888;
}
.ribbon a {
  color: #fff;
  display: block;
  font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 1px 0;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px #444;
}
.tableContainer {
  overflow-x:auto;
  margin-top: 1em;
}
.tableTitle {
  color: #ffffff;
  background-color: #003D06;
  text-align: right;
}
.disc { 
  margin-top: 5px;
  color: #000000; 
  background: #ffffff;
  font-weight: normal; 
  text-align: right; 
  font-size: 10px;
}
.stockNameOdd {
  color: #003D06;
  background-color: #fff;
  text-align: left;
}
.stockNameEven {
  color: #003D06;
  background-color: #e9fbf2;
  text-align: left;
}
.coldOdd {
  color: #003D06;
  background-color: #fff;
  text-align: right;
}
.coldEven {
  color: #003D06;
  background-color: #e9fbf2;
  text-align: right;
}
#wrap {
  margin: 0 auto;
}
