
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #333;
}

#main-container {
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  border: 1px solid black;
  box-sizing: border-box;
  background: #EEE;
}

#exit {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#yt-close {
  z-index: 999;
}

#icon > div, #icon > img {
  display: block;
  position: absolute;
}

#icon {
  width: 970px;
  height: 250px;
}

.feature {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 970px;
  height: 250px;
  overflow: hidden;
  cursor:pointer;
  background-color: #ff6a00;
}

.feature div, .feature > img {
  display: block;
  position: absolute;
}

#main-container div, #main-container > img {
  display: block;
  position: absolute;
}

:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}

img {
  opacity: 0;
}

#stars-wrapper {
            top: -2px;
            left: 253px;
            display: inline-block;
            position: absolute
        }
        .container_stars {
            width: 150px;
            height: 150px;
            position: absolute
        }
        .star_holder {
            width: 70px;
            height: 68px;
            position: absolute
        }
        .star {
            width: 20px;
            height: 20px;
            position: absolute;
            -webkit-transform: scale(2.8, 2.8);
            -moz-transform: scale(2.8, 2.8);
            -ms-transform: scale(2.8, 2.8);
            transform: scale(2.8, 2.8)
        }

        #copy{
        opacity: 1;
        bottom: 0;
        background: white;
        padding: 6px;
        border: 1px solid #ccc;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 400;
        font-size: 10px;
        text-transform: none;
        color: #ff6600;
        opacity: 0;
        }

        #copy a{
            color: #ff6600;
            text-decoration: none;
        }
