style/styles.css [130:156]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

  .controlButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
  }

    .controlButtons a {
      display: block;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      text-decoration: none;
      margin: 20px auto 0;
      line-height: 1.15;
      color: #fff;
      opacity: 100;
      position: relative;
      padding:0.3em;
      box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
    }

      .controlButtons a:hover {
        transform: scale(1.05);
      }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/webcam-demo.css [323:349]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

  .controlButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
  }

    .controlButtons a {
      display: block;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      text-decoration: none;
      margin: 20px auto 0;
      line-height: 1.15;
      color: #fff;
      opacity: 100;
      position: relative;
      padding:0.3em;
      box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
    }

      .controlButtons a:hover {
        transform: scale(1.05);
      }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



