/* This class is placed on the HTML Panel Container element
 * whenever it is loading data.
 */

.HTMLPanelLoading {

}
/* This class is placed on the HTML Panel Container element
 * when a load request has failed.
 */

.HTMLPanelError {

}
/* These classes are used to hide any HTML Panel state markup
 * within an HTML Panel container.
 */
.HTMLPanelLoadingContent, .HTMLPanelErrorContent {
  display: none;
}

