.botoes{
    color: white;
}
td:hover span.botoes {
    color: red;
}
textarea {
	resize: none;
}
.remove{
	color: #EBEBEB;
}
.remove:hover{
	color: #B0B5B5;
}
div.uploadimage {
	width: 30px;
	height: 30px;
	display: inline-block !important;
	background-image: url("../image/camera.png");
	cursor: pointer;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.uploadimage input {
	cursor: pointer;
	display: inline-block !important;
	width: 64px !important;
	height: 64px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}
#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

