﻿/*
 * CET No Flash View
 *
 * Desc.
 * Desc.
 * Desc.
 */


.app-container {
  /*background: #fff;*/
}

.grid-no-flash {
}

  .grid-no-flash ul {
    list-style: none;
    margin: 0 auto;
    width: 540px;
    height: 123px;
    margin-top: 100px;
    display: table;
  }

    .grid-no-flash ul li {
      float: left;
      margin-right: 15px;
    }

  .grid-no-flash p {
  }

.browser {
  float: left;
  width: 120px;
  height: 122px;
  position: relative;
  background-image: url(../../../img/background_browser.gif);
}

  .browser .icon {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 5px;
  }

  .browser .browser-name {
    position: absolute;
    bottom: 3px;
    font-size: 13px;
    width: 120px;
    text-align: center;
  }


  .browser.ie .icon {
    background-image: url(../../../img/browser_ie.gif);
  }

  .browser.chrome .icon {
    background-image: url(../../../img/browser_chrome.gif);
  }

  .browser.firefox .icon {
    background-image: url(../../../img/browser_firefox.gif);
  }

  .browser.safari .icon {
    background-image: url(../../../img/browser_safari.gif);
  }
