I am trying to override the "tool_tip_text" that is in the ssi_style.css file with my own survey_style.css. Particularly, I have changed the "max-width" from the default 300px in the ssi_style.css to 600px in my survey_style.css.
However, this is not working. And when I inspect the tooltip when uploading my study to the server, I see that it is still referring to "ssi_style9_15_0.css" instead of my "BE.css" file.
.tool_tip_text
{
font-size: 12px;
max-width: 600px;
text-align: left;
height: auto;
background-color: #E6E6E6;
padding: 6px;
z-index: 1000;
display: none;
}