@font-face {
    font-family: praxis-light;
    src: url(../fonts/praxis-light-webfont.woff);
}

body {
    font-family: praxis-light;
}

.wecarelogowrapper {
    /*width: 225px;*/
	width: 200px;
    
    /*background-color: red;*/
}

.wecarelogowrapper-height{
	height: 210px;	
}

.wecare-logo {
    /* width: 300px; 
    height: 110px;*/
    background: #4c4d4f;
    float: left;
    padding: 3px;
}

/*.wecare-logo .mainLogo {
        margin: 1px;
        border: 2px solid #fff;
    }*/

.wecare-complaints {
    width: 206px;
    float: left;
    /*margin-right: -6px;*/
}

    .wecare-complaints .wecare-complaintdiv {
        line-height: 25px;
        background-color: #4c4d4f;
        border-bottom: 1px solid #fff;
    }

.wecare-complaintdiv .complaint-type {
    font-size: 15px;
    color: #fff;
    padding: 0 0 0 12px;
}

.wecare-logo {
    width: 100%;
    height: auto;
}

    .wecare-logo:hover {
        cursor: pointer;
    }

    .wecare-logo img {
        width: 100%;
    }



.wecare-complaintdiv a
{
	text-decoration:none;
	
}
