﻿@import url(https://weloveiconfonts.com/api/?family=entypo);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.text-right {
    text-align: right;
}

.table-wrapper {
    width: 100%;
    height: 690px;
    overflow: auto;
}

.table-dark {
    color: #fff;
    background-color: #4a4a4a !important;
}