html {
    font-family:Helvecta, Arial;
}
video {
    width:100%;

}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input {border:none;}

#tutorialArea {
    width:1120px;
    margin-bottom:8px;
}
.videoContainer {
    border-radius: 10px;
    border: 1px solid #a5ced6;
    position: relative;
    width:100%;
    z-index: 7;
    padding: 10px 10px 4px 10px;
    background: #558791;
    box-shadow: 0px 2px 3px #204548;
    margin: 0px auto 28px auto !important;
}

.leapTheater {
    width:100%;
    margin:0px auto;
    text-align:left;
}

.theaterBg {
    padding:20px;
}
.dlIcon {
    background:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/dl.png");
    width:20px;
    height:20px;
    background-size:20px;
    position:relative;
    float:left;
    display:inline-block;
    margin-top:6px;
}

.leapVideoPlayer {
    position:relative;
    z-index:10;
    text-align:center;
}
.titleBtn {
    font-size:14px;
    cursor:pointer;
    transition:background .5s;
    padding:8px;
    border-radius:6px;
    line-height: 20px;
    width:492px;
}
.titleBtn:hover {
    background:#76adb7;
}

.catBtn { 
    padding: 8px 0px 4px 12px;
    transition: all 1s;
    cursor: pointer;
    border: 1px solid #659ea9;
    border-radius: 6px;
    transition:border 1s;
    font-size:18px;
    background:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/folderClosed.png")no-repeat center right 18px;
    background-size: 30px 30px;
}
.catBtn:hover {
    border:1px solid #cbe4e9;
}
.catBtn.selected {
    border:1px solid white;
    background: #659ea9;
    background: -moz-linear-gradient(left, #558791 1%, #659ea9 100%);
    background: -webkit-linear-gradient(left, #558791 1%,#659ea9 100%);
    background:  url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/folderOpen.png")no-repeat center right 18px, linear-gradient(to right, #558791 1%,#659ea9 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#558791', endColorstr='#659ea9',GradientType=1 );
    background-size: 30px 30px, 100% 100%;
}

.contentPreview {
    width:100%;
    font-size:20px;
    text-align:center;
    font-weight:bold;
    padding: 8px 0px;
}
.thumbStyle {
    border-radius:6px;
    width:150px;
    height:94px;
    background-size:150px 94px;
    border:1px solid white;
}

#thumb {
    width:150px;
    height:94px;
    float:left;
    opacity:0;
    transition:all 1s;
    border-radius:6px;
}
#thumb.selected {
    opacity:1;
}

.descLabels {
    width:102px;
    float:left;
    margin:0px 6px;
    padding: 0px 8px;
    height: 100px;
    text-align:right;
}
.hoverData {
    float:left;
    width: calc(100% - 266px);
}


#searchOpen {
    height:26px;
    width:100px;
    border-left:1px solid #659ea9;
    border-bottom:1px solid #659ea9;
    border-right:1px solid #659ea9;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    position:absolute;
    bottom:-26px;
    padding:4px;
    right:21px;
    line-height:20px;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    transition:background 1s;
    background:#659ea9;
    box-shadow:0px 2px 2px #3f6369;
}
#searchOpen:hover {
    background:#659ea9;
}

.searchBox {
    width: 98%;
    line-height: 18px;
    height: 46px;
    border: 1px solid #558791;
    padding: 8px 6px 0px 0px;
    border-radius: 10px;
    margin: 10px 0px 0px 1%;
}
#resultCount {
    width: 160px;
    height: 40px;
    padding: 8px 5px 0px 5px;
    border-radius: 10px;
    float: left;
    margin: 10px 5px 0px 0px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.searchInput {
    float: left;
    width: calc(100% - 266px);
    color: #558791;
    font-weight: bold;
    font-size: 16px;
    height: 28px;
    background: #eaf8f9;
    border-radius: 6px;
    border: 1px solid #558791;
    padding: 0px 4px;
}
.searchClear {
    font-size: 16px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    float: left;
    border-radius: 6px;
    border: 1px solid #558791;
    margin-left: 5px;
    background: #558791;
    text-align: center;
    transition: background 1s;
    cursor: pointer;
}

.tblRuntime {width:80px;text-decoration:none;}
.tblTitle {width:300px;text-decoration:none;}
.tblDesc {width:674px;text-decoration:none;}

tr {height:26px;transition:background .5s}
tr:hover {background:yellow;opacity:.8;}
th {text-decoration:none;text-align:left;}
td { border: none !important;height:18px;}


.bubble {
    position: absolute;
    left:-82px;
    bottom: 6px;
    background: #558791;
    border: 1px solid #a5ced6;
    border-radius: 12px;
    height: 8px;
    width: 8px;
    z-index:0;
    transition:left 1s;
}
.bubble.on {left: -55px;}
.bubble.med {
    height: 12px;
    width: 12px;
    left:-82px;
    bottom: 4px;
}
.bubble.med.on {left: -41px;}
.bubble.large {
    height: 16px;
    width: 16px;
    left:-82px;
    bottom: 2px;  
}
.bubble.large.on {left: -23px;}

#upNextContainer {
    position:absolute;
    left:190px;
    bottom:-29px;
    background:#558791;
    border-radius:12px;
    padding:2px 12px 2px 12px;
    border:1px solid #a5ced6;
    color:white;
    line-height:17px;
    box-shadow:0px 2px 3px #204548;
    transition:all 2s;
    cursor:pointer;
    font-size:14px;
    position:absolute;
    opacity:0;
}

#upNextContainer.on {
    opacity:1;
}

#upNextContainer:hover {
    background:#76adb7;
}


#autoPlay {
    z-index: 2;
    position: absolute;
    bottom:-29px;
    left: 8px;
    background: #558791;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 110px;
    height: 29px;
    padding: 0px 4px 2px 8px;
    border: 1px solid #a5ced6;
    color: white;
    line-height: 28px;
    box-shadow: 0px 2px 3px #204548;
    transition:background 2s;
    cursor:pointer;
}
#autoPlay.on {
    background:#76adb7;
}
.autoPlayText {font-size:16px;}
#autoPlayIcon {
    background:url(https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/apOn.png);
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 5px;
    right: 8px;
}
#autoPlayIcon.on {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#resultTable {
    height: 232px;
    float: left;
    overflow-y: scroll;
    padding: 6px 0px;
}
.odd {background:#558791;}
.searchClear:hover {background:#83abb5;}
#searchResult {
    width:100%;
    height:246px;
    padding:10px 8px 4px 8px;
    color:white;
    text-decoration:underline;
    float:left;
}
.resultLine {
    float:left;
    width:100%;
    margin-bottom:8px;
    transition:background .5s;
    cursor:pointer;
    padding:4px 8px;
    border-radius:6px;
    border: 1px solid #fff;
}
.resultLine:hover {
    background:#76adb7;
}
.resultDataPoint {
    width:100%;
    float:left;
}
.resultDataPoint.heavy {
    font-weight:bold;
}
.menuContTitles {
    width: 100%;
    float: left;
    margin: 0px auto;
}
.menuContTitles.search {
    height:40px;
}

#startVideos {
    text-align: center;
    cursor: pointer;
    background: #659ea9;
    box-shadow: 0px 2px 2px #3f6369;
    width: 120px;
    margin:10px auto 0px auto;
    padding: 14px 4px;
    border-radius: 8px;
    border: 1px solid white;
    transition:all .5s;
}
#startVideos:hover {
    box-shadow:0px 0px 8px #00fff0;
}
#startVideos.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}

#leapVideos.mini {
    position: fixed;
    top:7px;
    right:4px;
    z-index:99;
    width:260px;
    height:146px;
    transition:all 1s;
    border:1px solid #5f959e;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    box-shadow:0px 2px 4px #2e5159;
    background:black;
}

#miniTitle {
    background:#76adb7;
    width:277px;
    position: fixed;
    top:152px;
    right:-290px;
    border-top-left-radius:36px;
    border-bottom-left-radius:36px;
    color:white;
    padding:4px 0px 3px 8px;
    box-shadow:0px 2px 4px #2e5159;
    z-index: 9;
    transition:right 1s;
    overflow-x:hidden;
    height:24px;
    text-align:center;
    line-height: 17px;
    font-size: 14px;
}
#miniTitle.open {
     right:0px;
}



#closeMiniVid {
    background: url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/closeIt.png") no-repeat 3px, #76adb7;
    background-size: 34px 34px;
    width: 48px;
    height: 40px;
    color: white;
    position: fixed;
    top:184px;
    right: -90px;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    padding: 6px 0px 0px 14px;
    font-weight: bold;
    transition: all 2s;
    cursor: pointer;
    z-index:9;
    box-shadow: 0px 2px 4px #2e5159;
}
#closeMiniVid.open {
    right:0px;
}
#closeMiniVid.open:hover {
    font-weight:bold;
    background:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/closeIt.png") no-repeat  3px, #b14d4d;
    background-size: 34px 34px;
}



#videoControls {
    width:818px;
    height:40px;
    background:#558791;
    margin:10px 0px 0px 0px;
    float:left;
    border-radius:10px;
}



.catTitleTag {
    text-align:left;
    width: 48%;
    height: 44px;
    font-size: 20px;
    line-height: 34px;
    float: left;
    font-weight:bold;
}
.catTitleTag.left {
    padding-left:21px;
}
.catTitleTag.right {
    padding-left:13px;
}
.movieTitleTag {
    font-weight:bold;
}
.movieTitleTags, #docDownloadContainer {
    width:98%;
    line-height: 24px;
    float: left;
    border: 1px solid #659ea9;
    padding: 8px;
    border-radius: 10px;
    margin: 10px 0px 0px 1%;
    background: #659ea9; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #659ea9 0%, #558791 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #659ea9 0%,#558791 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #659ea9 0%,#558791 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659ea9', endColorstr='#558791',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
}
#docDownloadContainer {
    height:auto;
    padding:0px 8px 8px 8px;
}
.menuContainer {
    width:100%;
    float:left;
}

.downloadRow {
    border:1px solid #84bbc5;
    padding:4px 4px 4px 14px;
    border-radius:8px;
    margin-top:8px;
    line-height:30px;
    transition:all .5s;
    cursor:pointer;
}
.downloadRow:hover {
    border:1px solid #cbe4e9;
}
.dlInfoLeft {
    float: left;
    width: 840px;
    margin-left:12px;
    
}

.docDown {
    text-align: right;
    float: right;
}

.dlLight {
    background:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/dlLight.png");
    width:20px;
    height:20px;
    background-size:20px 20px;
    float:left;
    margin-top:5px;
    z-index:1;
    position:relative;
    margin-right: 6px;
}
.dlGlow {
    z-index:0;
    position:relative;
    left:0px;
    top:0px;
    width:20px;
    height:20px;
    transition:opacity 1s;
    background:#75e4d6;
    border-radius:20px;
    box-shadow:0px 0px 20px #75e4d6;
    margin-left: -26px;
    margin-top:5px;
    float:left;
    opacity:0;
    margin-right: 6px;
}
.dlGlow.on {
    opacity:1;
}

#pdfFile {
    background:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/pdfIcon.png");
    width:43px;
    height:27px;
    background-size:43px 27px; 
    float:left;
    margin:3px 0px 0px 5px;
}


.dlIcon, #pdfDlIcon {
    background:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/dl.png");
    width:20px;
    height:20px;
    background-size:20px 20px;
    float:right;
    display:inline-block;
    margin-top:6px;
    margin-left:8px;
}
.dlIcon{    float:none;
    margin-right: 10px;
    position: absolute;
    right: 22px;}

#pdfDlIcon {
    position:absolute;
    transition:all 1s;
    margin-top:-24px;
}
#pdfDlIcon.on {
    margin-top:6px;
}
#pdf {
    background:#558791;
    color:white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position:absolute;
    width:90px;
    border:1px solid #a5ced6;
    height:30px;
    line-height:30px;
    float:left;
    right:8px;
    margin-top:4px;
    transition:all 1s;
    box-shadow: 0px 2px 3px #204548;
    cursor:pointer;
    z-index:0;
    overflow:hidden;
    opacity:0;
}
#pdf.on {
    opacity:1;
}
#pdf.on:hover {
    background:#76adb7;
}

#sk-folding-cube {
  margin:45px auto 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

#sk-folding-cube.off {
    display:none;
}

#sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
#sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #80b9c7;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
#sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
#sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
#sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
#sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
          background:#6cbac9;
}
#sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
          background:#6fcce4;
}
#sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
          background:#a3d9db;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}


.conceptIcon {
    display:inline-block;
    background-size:20px 20px;
    width:20px;
    height:20px;
    background-image:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/concept.png");
    float: left;
    margin-right: 8px;
}
.processIcon {
    display:inline-block;
    background-size:20px 20px;
    width:20px;
    height:20px;
    background-image:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/process.png");
    float: left;
    margin-right: 8px;
}
.qmsIcon {
    display:inline-block;
    background-size:20px 20px;
    width:20px;
    height:20px;
    background-image:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/qms.png");
    float: left;
    margin-right: 8px;
}

.movieTitleDataContainer {
    float:left;
    width:40%;
}
#movieTitleTagData {
    float:left;
}

.leapMovieContent {
    margin:100px auto 0px auto;
    width: 1120px;
}

.movieInfoArea {
    width: 100%;
    margin: 20px 0px;
    float: left;
    padding: 12px 0px;
    border-radius: 12px;
    background:#558791;
    background-repeat: repeat-x;
    overflow: hidden;
    color: white;
}

#movieTitleDisplay {
    font-size:26px;
    width:100%;
    text-align:center;
    float:left;
}

#movieDescription {
    font-size:14px;
    padding:4px 12px;
    text-align:left;
    float:left;
    width:100%;
}

#copyRight, .typeKey {
    font-size: 12px;
    text-align: right;
    margin: 0px 0px 0px -12px;
    width:100%;
    float: left;
    padding: 4px;
    color:#b3d3df;
}
.typeKey {
    text-align:left;
    width:268px;
    margin: 6px 0px -5px 47%;
}
.keyIcon {
    float:left;
    margin-left:20px;
    padding-left: 20px;
}
.keyIcon.concept {
    background:url(https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/concept.png) left;
    background-size:16px 16px;
    background-repeat:no-repeat;
}
.keyIcon.process {
    background:url(https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/process.png) left;
    background-size:16px 16px;
    background-repeat:no-repeat;
}
.keyIcon.qms {
    background:url(https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/qms.png) left;
    background-size:16px 16px;
    background-repeat:no-repeat;
    font-size:14px;
}


.movieMenuArea {
    border-radius:12px; 
    color:white;
    padding:12px 0px 1px 0px;
    width:100%;
    background:#558791;
    float:left;
    overflow:hidden;
    position: relative;
    margin-bottom: 16px;
}
#searchContainer {
    margin-top:-345px;
    border-radius: 12px;
    color: white;
    padding: 12px 0px;
    width: 98%;
    height: 332px;
    position: absolute;  
    float: left;
    margin-left:1%;
    background: #659ea9;
    box-shadow: 0px 2px 2px #3f6369;
    transition:margin-top 2s;
}
#searchContainer.open {
    margin-top:-20px;
}

#categoryListArea {
    width:48%;
    float:left;
    padding:6px;
    height: 265px;
    overflow-y: scroll;
    border-radius: 6px;
    border: 1px solid #659ea9;
    margin-left:1%;
}

#movieTitleArea {
    width:48%;
    padding: 12px 12px 9px 12px;
    height: 265px;
    float:left;
    overflow-y:scroll;
    background: #659ea9; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #659ea9 0%, #558791 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #659ea9 0%,#558791 99%); /* Chrome10-25,Safari5.1-6 */
    background: url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/mvtitlebg.png") no-repeat center right, linear-gradient(135deg, #659ea9 0%,#558791 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659ea9', endColorstr='#558791',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
    border-radius:6px;
    margin-left:1%;
    border: 1px solid #659ea9;
}

#movieTypeHoverData {
    opacity:0;
    transition:opacity 2s;
}
#movieTypeHoverData.selected {
    opacity:1;
}
#movieTitleHoverData {
    opacity:0;
    transition:opacity 2s;
}
#movieTitleHoverData.selected {
    opacity:1;
}
#movieTimeHoverData {
    opacity:0;
    transition:opacity 2s;
}
#movieTimeHoverData.selected {
    opacity:1;
}
#movieTitleHoverDescription {
    opacity:0;
    font-size:14px;
    transition:opacity 2s;
}
#movieTitleHoverDescription.selected {
    opacity:1;
}


@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}




#thinking {
    width: 24px;
    height: 24px;
    background:url("https://s3-ap-northeast-1.amazonaws.com/cgi-leap/video_tutorials/img/thinking.png");
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
@media (max-width: 480px) {
    .typeKey {
        display: none;
    }

    #searchContainer {
        display: none;
    }

    #categoryListArea {
        width: 98%;
        margin-bottom: 4px;
    }

    .titleBtn {
        width: 100%;
        padding: 4px 0px;
    }

    #movieTitleArea {
        width: 98%
    }

    .hoverData {
        float: left;
        width: 75%;
        margin: 12px 0px 0px 4px;
        font-size: 12px;
    }

    .descLabels {
        width: 22%;
        float: left;
        margin: 12px 0px;
        padding: 0px 0px;
        height: 100px;
    }

    #thumb {
        width: 100%;
    }

    .catBtn {
        background: linear-gradient(to right, #558791 1%, #659ea9 100%);
        font-size: 14px;

    }
    .menuContTitles {display:none;}
    .movieMenuArea {margin-top:3px;}
    .catBtn.selected {
        background: #659ea9;
    }
    #movieTitleDisplay {
        font-size:18px;
        font-weight:bold;
    }
    #movieDescription {
        font-size: 12px;
    }
    .movieMenuArea {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}







