﻿/*Mobile Version Responsive Styles screen size maximum 767px*/
@media screen and (max-width: 767px)
{
    /*Div olark Responsive Styles*/    
    div.olrk-available
    {
        display: none;
    }
    /*Responsive Common Styles*/
    [class*="col"]:not(.colour), div.previewTopper div.block
    {
        float: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: block;
        box-sizing: border-box;
    }
    .newFooter
    {
        padding-left:0px;
    }
    /*Responsive Regular styles*/
    .leftFixer
    {
        position: static;
    }
    .dvDetailContainer
    {
        padding-top: 46px;
    }
    .dvDetailContainer.mobile
    {
        padding-top: 6px;
    }
    .dvResultHeader
    {
        display: none;
    }
    .divOtherLinks
    {
        padding-top: 66px;
    }
    .divOtherLinks.mobile
    {
        padding-top: 20px;
    }
    .divOtherLinks, .MobileNone
    {
        display: none;
    }
    div.dvDetailContainer table.tableTutorial td
    {
        display: block;
    }
    /*Help Page Specific Responsive Style*/
    .tutinfo h3
    {
        /*white-space: pre-wrap; 
        white-space: -moz-pre-wrap; 
        white-space: -pre-wrap; 
        white-space: -o-pre-wrap;*/
        word-wrap: break-word;
    }
    .tableTutorial td.youtd
    {
        width: auto;
        max-width: 100%;
    }
    .tableTutorial td .tutinfo
    {
        margin-left: 0px;
    }
    
    a.youTubeVideo
    {
        min-height: 210px;
    }

    a.youTubeVideo img
    {
        max-height: 100%;
        max-width: 100%;
    }
    a.youTubeVideo i
    {
        left: 45%;
        top: 46%;
    }
    .col9, .dvDetailContainer
    {
        display: block;
    }    
    div.shortext
    {
        white-space: nowrap;
        width: auto;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .tutinfo .shortext600, .tutinfo .shortext780 {
        width:100%;
    }
    #searchBarWrapper
    {
        z-index: 101;
    }
    .clearDiv
    {
        clear: both;
        height: 0px;
    }
    a.youTubeVideo
    {
        display: none;
    }
    .mobileVideo
    {        
        display: block;
    }
    .videoThumb
    {
        width: 100%;
        height: 100%;
    }    
    /*Deals Page Styles*/
    .button-deals .btn-medium
    {
        display: block;
    }
    .button-deals .btn-medium:first-child
    {
        margin-right:0;
        margin-bottom:10px;
    }
    table, thead, tbody, tfoot, tr, th, td
    {
        display: block;
    }
}