*,
.kodiak-component p,
.kodiak-component a,
.kodiak-component div,
.kodiak-component span {
    margin: 0;
    padding: 0;
}

.kodiak-component ul {
    list-style: none;
}

.kodiak-component a {
    color: #000;
    text-decoration: none;
}

.kodiak-component .hidden {
    display: none;
}

.kodiak-component .error {
    color: #ff0000;
}

.kodiak-component .right {
    float: right;
}

.kodiak-component .left {
    float: left;
}

.kodiak-component .alignRight {
    text-align: right;
}

.kodiak-component .alignLeft {
    text-align: left;
}

.kodiak-component .alignCenter {
    text-align: center;
}

.kodiak-component .small {
    font-size: 0.8em;
}

.kodiak-component hr {
    clear: both;
}

.kodiak-component hr.faded {
    border: none;
    outline: none;
    background: none;
    height: 1px;
    padding: 10px 0;
    margin: 0;
}

.kodiak-component hr.small {
    padding: 0px;
    margin: 0px;
}

.kodiak-component hr.right {
    clear: right;
}

.kodiak-component hr.left {
    clear: left;
}

.kodiak-component table {
    width: 100%;
    border-collapse: collapse;
}

.kodiak-component .newsEntry .header {
    color: #000000;
    text-align: left;
    font-size: 1em;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    background: none;
}

.kodiak-component .newsEntry .header::before {
    color: #000000;
    font-weight: bold;
    padding: 0 0 0 12px;
    display: inline-block;
    width: 20px;
    content: "\2013";
}

.kodiak-component .newsEntry.closed .header {
    background: none;
}

.kodiak-component .newsEntry.closed .header::before {
    content: "+";
}

.kodiak-component .newsEntry .header:hover {
    cursor: pointer;
    color: #999999;
}

.kodiak-component table tr th {
    text-align: left;
}

.kodiak-component table thead tr th {
    border-top: none;
    border-bottom: 1px solid #c6c9d4;
}

.kodiak-component table td,
.kodiak-component table th {
    padding: 5px;
    border: 1px solid #e2e4eb;
    font-size: 0.8em;
}

.kodiak-component table tr td:first-child,
.kodiak-component table tr th:first-child {
    border-left: none;
}

.kodiak-component table tr td:last-child,
.kodiak-component table tr th:last-child {
    border-right: none;
}

.kodiak-component .grey {
    color: #656972;
}

/* Styles for tradables tables. */

.kodiak-component table {
    clear: both;
}

.kodiak-component table.tradables thead tr th {
    background-color: #eff0f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eff0f3));
    background-image: -webkit-linear-gradient(top, #ffffff, #eff0f3);
    background-image: -moz-linear-gradient(top, #ffffff, #eff0f3);
    background-image: -o-linear-gradient(top, #ffffff, #eff0f3);
    background-image: linear-gradient(to bottom, #ffffff, #eff0f3);
}

.kodiak-component table.tradables tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.kodiak-component table.tradables .subHeader td {
    font-size: 0.8em;
    font-weight: bold;
}

.kodiak-component table.tradables td.red {
    background-color: #df6164;
    color: #ffffff;
}

.kodiak-component table.tradables td.green {
    background-color: #93ae5c;
    color: #ffffff;
}

/* Styles for portrait tables. */

.kodiak-component table.portrait th:first-child {
    text-align: left;
}

.kodiak-component table.portrait tr:nth-child(even) {
    background-color: #eff0f3;
}

.kodiak-component table.portrait th,
.kodiak-component table.portrait td {
    border: none;
    text-align: right;
}

/* CSS for the slider. */

.kodiak-component .sliderContainer {
    position: relative;
    min-width: 80px;
}

.kodiak-component .slider {
    height: 4px;
    background: #df6164;
    border-radius: 0;
    margin-bottom: 20px;
    opacity: 1;
}

.kodiak-component .slider .ui-slider-range {
    background: #93ae5c;
}

.kodiak-component .slider .ui-slider-handle {
    background: #000;
    height: 14px;
    width: 4px;
    top: -6px;
    margin-left: -3px;
    outline: none;
    border: 1px solid #fff;
    border-radius: 0;
}

.kodiak-component .sliderContainer .lowAmount {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.kodiak-component .sliderContainer .highAmount {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/* CSS for the datepicker. */
.kodiak-component .datepickerContainer {
    position: relative;
    max-width: 200px;
}

.kodiak-component .datepickerContainer .dropdown-menu {
    left: auto !important;
    right: 0px;
}
