/* Web-content */
.diysdk_productsAndDocuments_floorPlanner.web_view.webcomponent .floorplanner-div {
    position:absolute;
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    height: 32px;
    line-height: 12px;  
    overflow: hidden;
    width: 70px;
    display:none;
    padding: 3px 0 0 5px;
}
.diysdk_productsAndDocuments_floorPlanner.web_view.webcomponent .floorplanner-signup-link
{
    color: #FF5600 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    font-size: 10px !important; 
}
.diysdk_productsAndDocuments_floorPlanner.web_view.webcomponent .floorplanner-signup-link:hover
{
    color: #CC4500;
}