﻿@media screen and (max-width:700px)
{  
#right
    {
    float:none !important;
    width:100% !important;
    margin-top:20px
    }
#LR-share-tools
    {
    display:block;
    width:100%;
    overflow:hidden;
    height:40px;
    border:1px solid #ccc;
    border-width:1px 0;
    position:absolute;
    top:45px;
    background:#fff;
    }
#LR-share-tools div 
    {
    display:block;
    width:320px;
    overflow:hidden;
    margin:0 auto;
    }
#LR-share-tools span 
    {    
    display: inline-block;
    font: normal 14px arial;
    color: #666;
    }
#LR-share-tools .LR-Share-first-span
    {              
    display: inline-block;
    width:35px;
    font: normal 14px arial;
    color: #666;
    margin-right: 0.625em
    }
#LR-share-tools a
    {
    display: inline-block;
    }
#LR-share-tools a img
    {
    display: inline-block;
    max-width: 30px;
    margin:0.3125em 0 0  0.1875em;
    }
#LR-share-tools .LR-Share-img img
    {
    max-width: 30px;
    margin:0.3125em  0.1875em 0;
    }    
#LR-share-tools hr
    {
    display: inline-block;
    width: 1px;
    height: 35px;
    border: 0 none;
    border-left: 1px solid #666;
    margin: 0;
    position: relative;
    top: 3px;
    }
#LR-share-tools #LR-Share-CallTo-Label 
    {
    margin-right:0.3em;
    margin-left: 1em;
    }
 
}
@media screen and (max-width:700px) and (orientation:landscape)
{
 #LR-share-tools 
    {
    height:50px;
    }
 #LR-share-tools div 
    {
    zoom:120%;
    width:480px;
    }  
 #LR-share-tools div > *
    {
    margin-left:1em;
    margin-right:1em !important;
    } 
#LR-share-tools .LR-Share-first-span
    {    
    margin-right: 1.5em;
    }
#LR-share-tools #LR-Share-CallTo-Label, 
#LR-share-tools #LR-Share-CallTo-Link, 
#LR-share-tools #LR-Share-sendEmail-link
    {
    margin-left: 0.6em !important;
    margin-right: 0 !important;
    }
#LR-share-tools hr
    {
    margin-left: 2em;
    }
}    