th,td {
    padding: 5px;
}
table tr:nth-child(even) td {
    background-color: #eee;
}
table tr:nth-child(odd) td {
    background-color: #ddd;
}
table th {
    color: white;
    background-color: black;
    font-size: 10px;
    text-transform: uppercase;
}
table tr:hover td {
    background-color: #ffff !important;
}
table .none {
    background-color: transparent !important;
}

button {
    border: none;
}
.cke_inner {
    background: none !important;
}
.cke_chrome {
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 90% !important;
}
.imgholder img {
    width: 100%;
  }
  .closeside {
      position: absolute;
      top:0;
      right:0;
  }
  .table .closeside {
    display: none;
}
.imgholder {
    position: relative;
}

li.selected {
    border-bottom: 3px solid #c00 !important;
}
@media only screen and (min-width:500px) and (max-width:1400px) {
    .width-r {
        width: 100%;
    }
}