#welovefeedback {
    position:fixed;
    bottom:0px;
    right:20px;
    width:183px;
    height: 140px;
    z-index: 130;
    perspective: 1000;    
    margin: 0 10px 0 10px;
    color: white;
    border: 0px;
    margin: 0;
    padding: 0;
}

    #welovefeedback.transition-in {
        -webkit-transition: 700ms ease-in-out;
        -moz-transition: 700ms ease-in-out;
        -o-transition: 700ms ease-in-out;
        -ms-transition: 700ms ease-in-out;
        transition: 700ms ease-in-out;
    }

    #welovefeedback .container {
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: all 0.4s linear;
    }

    #welovefeedback .face {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        -webkit-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
    }

        #welovefeedback .face.front {
            background-color: #818181;
        }
        

    #welovefeedback .header {
        font-size: 120%;
        margin: 0 0 10px 0;
        padding: 10px 0 8px 0;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #515055;
    }

    #welovefeedback .question {
        width: 100%;
        text-align: center;
        padding: 0 0 10px 0;
        margin: 0;
    }
     
    #welovefeedback .thumbs {
        display: table;
        margin: 0 auto;
    }
    
        #welovefeedback .thumbsup, #welovefeedback .thumbsdown, #lookingforq .thumbsup, #lookingforq .thumbsdown {
            display: block;
            float: left;
            width: 40px;
            height: 40px;
            text-indent: -99999px;
        }
        
        .thumbsup {
            margin-right: 30px;
        }
        
        #welovefeedback .thumbsup, #lookingforq .thumbsup {
            background: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-thumbsup-withhover-40x40-wht-v1.png') bottom;
        }
        
        #welovefeedback .thumbsdown, #lookingforq .thumbsdown {
            background: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-thumbsdown-withhover-40x40-wht-v1.png') bottom;
        }
        
        #welovefeedback .thumbsup:hover, #welovefeedback .thumbsdown:hover, #lookingforq .thumbsup:hover, #lookingforq .thumbsdown:hover {
            background-position: 0 0;
        }
            
    #welovefeedback.hide {
        bottom: -200px !important;
    }
    
    #welovefeedback .provideMoreQ {
        width: 100%;
        text-align: center;
        height: 0px;
        overflow: hidden;
        -webkit-transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
        -ms-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out;
    }
    
        #welovefeedback .provideMoreQ  p {
            margin: 0;
        }
    
        #welovefeedback .provideMoreA {
            padding: 5px 0 0 0;
        }
    
        #welovefeedback .provideMoreQ a.thumbsupmore {
            margin-right: 30px;
        }

#bodyoverlay {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:120;
    width:100%;
    height:100%;
    display:none;
}
    
#morehelp2, #getDeviceFeedback {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
    color:#4d4d4d;
    display:none;
    width: 950px;
    max-width:90%;
}

    #morehelp2 .b-close, #getDeviceFeedback .b-close {
        background: url("https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-close-26x26-blk-v8.png") no-repeat;
        width: 26px;
        height: 26px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer; cursor: hand;
    }
    
    #morehelp2 h3, #getDeviceFeedback h3 {
        background-color: #e4e4e4;
        color: #4d4d4d;
        text-align: center;
        margin: 0;
        padding: 25px;
        font-size: 31px;
        line-height: 36px;        
    }
    
    #morehelp2 .section, #getDeviceFeedback .section {
        padding: 10px 15px 0 10px;
        margin-bottom: 40px;
        color: #4d4d4d !important;
    }
    
        #morehelp2 .section h4, #getDeviceFeedback .section h4 {
            padding: 10px 0 0 0;
            font-size: 25px;
            line-height: 30px;
            color: #4d4d4d;
        }
        
        #morehelp2 .section p, #getDeviceFeedback .section p {
            margin: 15px 5px 0 7px;
            line-height: 25px;
        }

        #feedbackbox, #devicefeedbackbox {
            width: 99%;
            height: 50px;
            margin: 20px 0 10px 7px;
            padding: 5px;
            display: table;
            border: 1px solid #999999;
        }
        
            #devicefeedbackbox {
                height: 90px;
            }
        
        #morehelp2 .feedback input {
            padding: 5px;
            margin: 5px 0 0 7px;
            width: 300px;
            border: 1px solid #999999;
        }
        
        #morehelp2 .feedback div.feedbacksubmit, #getDeviceFeedback div.devicefeedbacksubmit {
            margin: 0;
            clear: both;
            display: block;
            float: right;
        }
        
            #morehelp2 .feedback div.feedbacksubmit.disabled, #getDeviceFeedback div.devicefeedbacksubmit.disabled {
                opacity: .5;
                cursor: default;
            }
        
        #morehelp2 .thankyou, #getDeviceFeedback .thankyou {
            display: none;
            padding: 10px 0 0 0;
            font-size: 25px;
            text-align: center;
            line-height: 30px;
            color: #4d4d4d;
            height: 55px;
        }
        
        #morehelp2 p.closingmsg, #getDeviceFeedback p.closingmsg {
            clear: both;
            float: right;
            padding: 10px 15px 15px 0;
        }