img {
    max-width: 100%;
    height: auto;      
}

table 
{
     width: 100%;
}

table, td
{
  white-space: normal !important;  
}

tbody, tr, td
{
  border: 1px solid #000;
  padding: 0.5em;
}

thead, th
{
  background-color: #4472C4;    
}

tr:nth-child(even){background-color: #f2f2f2;}
tr:nth-child(odd){background-color: #adc2e9;}

.cloudcix-entity {
  color: #ff0000;
}
