th {
padding-bottom:10px;
}
td{
padding-bottom:10px;

}
input {
        height: 18px;
        border: rgb(0, 0, 0);
}

* {
        font: normal 12.5px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-style: normal;
        font-variant-ligatures: normal;
        font-variant-caps: normal;
        font-variant-numeric: normal;
        font-variant-east-asian: normal;
        font-weight: normal;
        font-stretch: normal;
        font-size: 12.5px;
        line-height: normal;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.webchat-config{
		font-family: "Arial Black", Gadget, sans-serif;
	color:#fff !important;
	
}

#ventana-chat h3 {
font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color:#fff !important;
	        padding-bottom: 10px;
}
#ventana-chat.webchat-config {
	font-family: "Arial Black", Gadget, sans-serif;
	color:#fff !important;
	}
#ventana-chat button {
	font-size: 18px;
	color: #000;
	        margin-left: 86px;
        margin-top: 10px;
		padding:5px;
}
.boton-cerrar{
	width:41px;
	height:41px;
	background-image: url("../img/btn_cerrar_form-2.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
	left: 255px;
	cursor: pointer;
}


.boton-cerrar-2{
	width:41px;
	height:41px;
	background-image: url("../img/btn_cerrar_form-1.png");
	background-repeat: no-repeat;
	position: absolute;
        top: 6px;
        right:1%;
	cursor: pointer;
}
.logo-1{
        width: 163px;
        height: 48px;
        background-image: url("../img/logotipos_dodge-2.png");
        background-repeat: no-repeat;
        position: absolute;
        top: 3px;
        left: 19px;
        cursor: pointer;

}
.logo{
	width:41px;
	height:41px;
	background-image: url("img/logo-chat.jpg");
	background-repeat: no-repeat;
        position: fixed;
        top: 70%;
        left: 10px;
        cursor: pointer;
		display:none;

}
.webchat-conversation-message-profile-image img {

        display: none;
}