main {
    display: flex;
    flex-direction: row-reverse;
    background: #212222;
}

h1 {
    display: block;
    font-size: 240%;
    font-weight: 400;
    padding: 34px 48px;
    line-height: 130%
}

.filters {
    flex-shrink: 0;
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .9);
    cursor: default;
    padding: 34px 0;
    min-width: 236px
}

.filters .section {
    display: block;
    padding: 0 32px 0 20px;
    transition: background 400ms
}

.filters .section:hover {
    background: rgba(255, 255, 255, .4)
}

.filters .section>ul {
    display: none
}

.filters .section.expanded>ul {
    display: block;
    padding: 10px 0 24px
}

.filters hr {
    border: none;
    height: 1px;
    margin: 17px 0 16px 38px;
    background: rgba(0, 0, 0, .1)
}

.filters .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 36px;
    cursor: pointer
}

.filters .title .expand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 20px 0 0;
    background: rgba(0, 0, 0, .06);
    border-radius: 4px
}

.filters .title .expand::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .6);
    height: 2px;
    width: 8px
}

.filters .section:not(.expanded) .title .expand::after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .6);
    height: 8px;
    width: 2px
}

.filters .title h2 {
    text-transform: uppercase;
    font-size: 95%;
    color: rgba(0, 0, 0, .8);
    white-space: nowrap
}

.filters .section li {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 28px;
    font-size: 95%;
    font-weight: 400;
    transition: color 50ms;
    cursor: pointer;
    white-space: nowrap
}

.filters .section li a {
    pointer-events: none
}

.filters .section li.hidden,
.filters .section li.more-hidden {
    display: none
}

.filters .section.more li.hidden,
.filters .section li.unhidden {
    display: flex
}

.filters .section li.more {
    font-weight: 600;
    color: #0089fd;
    margin-left: 38px
}

.filters .section li.more::after {
    content: 'See More'
}

.filters .section.more li.more::after {
    content: 'See Less'
}

.filters input {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: 0 20px 0 0;
    border: 2px solid rgba(0, 0, 0, .1);
    pointer-events: none;
    transition: background 400ms, border-width 400ms, border-color 400ms
}

.filters input[type=checkbox] {
    border-radius: 3px
}

.filters input[type=radio] {
    border-radius: 100%
}

.filters input:checked {
    background: #62d681;
    border-width: 0
}

html[data-user-agent*=Edge] .filters input:checked {
    background: 0 0
}

.filters input:checked::after {
    content: '';
    transform: rotate(45deg);
    height: 7px;
    width: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -1px;
    margin-top: -2px
}

.filters input:checked+* {
    font-weight: 600
}

.filters .section li:hover input:not(:checked) {
    background: rgba(255, 255, 255, .6);
    border: 2px solid rgba(0, 0, 0, .2)
}

.filters .section li:hover input:not(:checked)+* {
    color: #0089fd
}

.applied-filters {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 48px 32px;
    color: rgba(0, 0, 0, .8)
}

.applied-filters li {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(0, 0, 0, .05);
    border-radius: 0 100px 100px 0;
    height: 60px;
    padding: 0 18px 0 16px;
    margin: 0 16px 16px 0;
    border-left: 4px solid #62d681;
    transition: background 400ms
}

.applied-filters li:hover {
    background: rgba(0, 0, 0, .03)
}

.applied-filters .icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin-right: 10px
}

.applied-filters .text {
    font-size: 90%;
    margin-right: 14px
}

.applied-filters .text h2 {
    text-transform: uppercase;
    margin-bottom: 6px;
    white-space: nowrap
}

.applied-filters .text div {
    white-space: nowrap;
    max-width: 24vw;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 4px;
    margin-bottom: -4px
}

.applied-filters .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .15);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    font-size: 150%;
    font-weight: 700;
    color: #e9e9e9;
    padding-bottom: 1px;
    box-sizing: border-box;
    transition: background 200ms;
    cursor: pointer
}

.applied-filters .remove:hover {
    background: #ca0000
}

.results {
    width: 100%;
    cursor: default;
    min-width: 0
}

.results .description {
    position: relative;
    margin: -8px 48px 40px;
    font-size: 90%;
    opacity: 0
}

.results.loaded .description {
    opacity: 1
}

.results .description.empty {
    margin: 0;
    transition: margin 300ms ease-out
}

.results .description .viewport {
    height: 3em;
    overflow: hidden;
    margin-right: 24px
}

.results .description.more .viewport {
    height: auto
}

.results .description.empty .viewport {
    height: 0
}

.results .description .text {
    line-height: 1.5em;
    color: rgba(0, 0, 0, .6);
    margin-bottom: -16px
}

.results .description .text strong {
    display: block;
    margin-bottom: -12px
}

.results .description p {
    margin-bottom: 16px
}

.results .description .more {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center
}

.results .description.has-more .more {
    display: flex
}

.results .description .more:after {
    content: '';
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    margin-top: -5px
}

.results .description .more:hover:after {
    border-color: #0089fe
}

.results .description.more .more:after {
    transform: rotate(-135deg);
    margin-top: 4px
}

.results .description .text.placeholder {
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderGradient;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.11) 48%, rgba(0, 0, 0, 0.11) 52%, rgba(0, 0, 0, 0.05) 90%);
    background-size: 1000px
}

.results .description .text .rect:nth-child(1) {
    border-top: 4px solid #f6f6f6;
    border-bottom: 8px solid #f6f6f6;
    border-right: 20px solid #f6f6f6;
    height: 14px
}

.results .description .text .rect:nth-child(2) {
    height: 14px;
    border-right: 200px solid #f6f6f6
}

.results .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, 205px [col-start]);
    position: relative;
    grid-gap: 15px;
    margin: 0 55px;
    opacity: 0
}

.results.loaded .cards {
    opacity: 1
}

html[data-user-agent*='rv:11'] .results .cards {
    display: flex;
    flex-wrap: wrap
}

html[data-user-agent*='rv:11'] .results .card {
    width: 170px;
    margin-right: 12px;
    margin-bottom: 12px
}

.results .card img:not(.lazy-hidden) {
    filter: brightness(100%);
    transition: opacity 400ms ease-out, filter 300ms
}

.results .card:hover img:not(.lazy-hidden) {
    filter: brightness(120%)
}

.results .card .poster {
    position: relative;
    background: #1e1f21;
}

.results .card .poster img {
    display: block;
    position: absolute;
    top: 0
    width: 205px;
    height: 308px;
}

.results .card .content {
    min-height: 38px;
    padding: 30px 16px 16px;
    background: rgba(255,255,255,.1)
}

.results .card .content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-size: 90%;
    font-weight: 600;
    line-height: 1.4em;
    max-height: 40px;
    transition: color 200ms;
    overflow: hidden;
    color: #fff;
}

.results .card:hover .content .title {
    color: #0089fd
}

.results .no-results {
    display: flex;
    justify-content: center;
    position: absolute;
    font-size: 200%;
    font-weight: 600;
    color: rgba(0, 0, 0, .2);
    margin-top: -10px;
    line-height: 125%
}

.card.placeholder {
    overflow: hidden;
    position: relative;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderGradient;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.11) 48%, rgba(0, 0, 0, 0.11) 52%, rgba(0, 0, 0, 0.05) 90%);
    background-size: 1000px
}

.card.placeholder .poster {
    background: 0 0
}

.card.placeholder .content {
    background: 0 0;
    padding: 0
}

.card.placeholder .content .rect {
    background: #fff
}

.card.placeholder .content .rect:nth-child(1) {
    width: 100%;
    height: 18px
}

.card.placeholder .content .rect:nth-child(2) {
    width: 16px;
    height: 12px;
    float: left
}

.card.placeholder .content .rect:nth-child(3) {
    width: 25%;
    height: 12px;
    float: right
}

.card.placeholder .content .rect:nth-child(4) {
    width: 100%;
    height: 8px;
    margin-top: 12px
}

.card.placeholder .content .rect:nth-child(5) {
    width: 16px;
    height: 12px;
    float: left
}

.card.placeholder .content .rect:nth-child(6) {
    width: 60%;
    height: 12px;
    float: right
}

.card.placeholder .content .rect:nth-child(7) {
    width: 100%;
    height: 18px;
    margin-top: 12px
}

@keyframes placeholderGradient {
    0% {
        background-position: -500px 0
    }

    100% {
        background-position: 500px 0
    }
}

.activity-indicator {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-bottom: 48px;
    box-sizing: border-box;
    opacity: .4
}

.activity-indicator .spinner {
    animation-delay: .5s;
    animation: fadein .8s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media only screen and (min-width:1600px) {
    .results .cards {
        grid-template-columns: repeat(auto-fill, 205px [col-start]);
    }
}

@media only screen and (min-width:1920px) {
    .filters {
        border-left: 1px solid rgba(0, 0, 0, .06)
    }
}

.watched{
    position: absolute;
    z-index: 9;
    float: right;
    bottom: 70px;
    right: 5px;
    height: 25px;
    width: 25px;
    content: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAADuklEQVQ4jY2VXUhkZRzGf+975ow62aQbU8mGu0uY6ZQRJkYFu2y72welRDfSF0SlUWsXSkQUEfRx0QdoBbnW1bZEUV0lrWUQZdlNFGWDC1HYp0Vj2Jg4Y3Nm4pn9T0ym0AvDnDPznud9/s//+T/HDQ4Oss1KAAfskwZaAA8sA18DHwLTwM9bPRzbBvRq4BEDPGWL/y8Fbga+AZ4CXvo/wIeBR4Emu/8YeB/4DSgBpwHdwPXAucCLwAXAw8Af2wEL8CG7ngKOAT8a6zNs/yLwgbG8BrgHuBfYA9wKrGwGPlwDqvKeAK4F7reHmoHAWP0EzACPA18CR4DrgOeAW2qBrwSetGt9Pws8bZvim6o6C2gH9kdRdMh7P+ycu8mqk+5fCSPo7u4W+KtAK/A2cIcxGTKG/1rOOcrlMhsbG/p5j/c+7Zy7DygD+4ArgNdln6uAC+1hMb3BdPvPEmipVCKfz9PQ0EA6nSaZTO4tFouS7jXgF20DDnnTMbDuL1U1EoCYVVcVdHV1lUQigfzf399PGIZif6O56BXbfkDA59uNzJ4CztFNFEWsr69Xvr33FdCVlRUaGxsZGhqiq6uL2dlZlpaWiMfjpxrOJ2bJTm820soCZxeLxR2xWIyenh7a29srWuqAXC5HS0sLw8PDtLW1MTk5WZ6eni6pkjAM64zQOlAETvc1zlDdsSiKvFh2dnYyOjpKb29vKZvNFlOpFCMjI7S2tjI2NsbMzIxLJBK+vr5ekgknNH2F4wX6u/m0ETgRj8dzhUIhNTU1RXNzMwMDAy4Mw6Cjo6PSsPHx8fL8/LxramqSBBWJAFnkB+uVMLOy2z4byVXp7L2/xDm3e3l5mUwmQyqVcn19fS4IAiYmJlhYWHDJZLICWtNcTdsL5q6DwBcCVjf7bO6P6nTv/UF1Ww5YXFxkbW2tPDc3V85kMk7N03+1jgHeAd6wSDhTw6LY3AF8BuwCnrcRfss5t18PFwqFiklUcl1dXSDmm0C/By634Thqv10mxupkzma910LmiMmzSw5RM8Iw9FuAfgvcaWP/smX4hAJKwNrwuQX5xSaL/PiYNWOn9z5w8tVJj+Yt7I8Dd9me9yxOPwWUG/nadNO87zTmxyzo3zT9dluWhPbGUFW/WoXPWKwq9G8H/hRYlXHVMgLRwFxkmukQsRTQd5bNEl0yPWAy1Fsc3CY3VME2B708rVNPmBTqsALpbuAv26PSa1NPDX/Q+vTP2urVpO4ok9811nuB86wSAepwla0+6JX1Uc2hJxfwN+uXMUOCQcvOAAAAAElFTkSuQmCC)
}
.not-watched{
    position: absolute;
    z-index: 9;
    float: right;
    bottom: 70px;
    right: 5px;
    height: 25px;
    width: 25px;
    content: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAETElEQVQ4jY2VaWhcVRTHf+/dO5nsJtYxLihNPohoRXRCDAkUxYKJTWpjInGpASsWrW3xi4pUVFC0pH5yAY1iQRMJbb+EgkuDKFFbJItIQiJR26Rps3QyycRl4uQtV870BtrQgBce87b53XP+55z/c3bt2sU6Kx/YYo9bgWsBF0gCvwHfA18C05f7s14HWg+8ZoEFl3leA+wA/gAOAh//H/Ae4HWgxF7/CHwHJIDA3r8DeBC4CfgIuA14BVhaDyzAl+35MeBz4BxQCMQABUxZGT4B6mwg+4ByoA1IrQXvWYU6jnMwDMMDQRA0KKVedF13ozGm1Gr8p+jq+36v4zgHlFLDwIdAI/Au8PjF4PuAdnvebox5JwiCN4GdnudFIpEIrutijJHn1/i+LxLcLYUNw/BZpdQOY8xnVvcRYah4PC7wbuBG4AtjzG7P8/aXl5fvjcfjamlpiYWFBROJRByBp9PpUGvt19bWqlgsVp5MJjfJ+67r+naze4EjAr4feM6muS8IgkqpdHV1NS0tLcRiMcbHx00qlXKCIEBrbbZu3Upra2sYhqEzNja2cXl5uVhr/SnQBBQDvwuswRblB2BOKfWopDwwMGCGh4dNPB6nra3NLSoqYmVlhW3btrnNzc06mUzS19eHZBSJRB4CSm3msraIDJvsxddAmeu6FaLp1NQUhw4dIgxDKisrmZ6e5vz589TX15vZ2Vk6OjrU6OioU1BQgFLqCmOMtNxPQAjcIuCrLXgBuF6qL1oWFRU5iUTCdHR00NjYKEABMDQ05Bw+fDg4ffp0WFxcnC2sMSYKVNgpFK03aCuDLGO7RIkUjuOIno6kOjMzI+le2H1hgfn5eWXX2mFzLMfVNtIKOwTjdno2pNPpLKypqSkbbX9/P6lUitraWkpKSujq6iKRSFBYWCit6BljztkghTmvraFIJ1QBfcBZz/MqRLu6ujq2b9/O3NwcR48ezWpcWlpKVVVVtq+7u7uz8Gg0mnYcZxS43cJPSVd8Y1N5QHbzff+4yFBTU5PVVqCi88TEhPQwnZ2dDA4OZgva0NBAfn4+mUzmBDABtFpWn/TxGeBh4ErgnzAM25VS1WVlZdKf9PT0MDIygmSQl5fH4uJidhOJWPSfnJw84/v+I0qpu4BnLPilVT/eaV1KMpAbJ5VS7xtjNq9qrfWF6Zf2y2Qy5Obmyr1Tvu8/DfxlTesq4ANgr0Qs7/9sjbzSmskJz/PeymQyOTk5OddprV1jjGxqXNdd1lovZjKZXt/3xSekE3qtnQ4AjwH/Xuxuz0sfW3Cn1vpVrfUR4CtjjFjiDVIDY8ys6BmNRuX3TuBt+zEQ038S+FtgqxHLWrHTJwMjRn6P/ZLIJElh5Dgr0dgvywvAU0Ce/Rg8AfyyntFLT8uuvwJvWHl2A6KjTFQ2mIuGStZ7wH7r05dMy9olkyPefNxGvRm42WYiQNlc0j4JfGvNy7sEAvwH0OSxEWD0ZdIAAAAASUVORK5CYII=)
}
.trending_movie{
    position: absolute;
    z-index: 9;
    float: right;
    bottom: 70px;
    right: 5px;
    height: 25px;
    width: 25px;
    content: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAADgUlEQVQ4jY1VSUscaRh+vmq36nZfSsd1TLdGpZMf4NUFUeLBw4wHkTnqRQQvSWcOQoIQ+jID6jXkpMlJiaJoRGb+QHLJuOuouEyNC27dilrf8Hx0N9VqJfNAQX31ve/z7m+J2tpaOMAA8BOABgDVkTPxL4C/AHwC8AHAPw8pOxG/BtALwONkNYIQgN8AvLx7kRBnRYhSy7I+hsPhp1LK73AquIUQAV3Xn2ma9kxKuXmPWAjxg2VZn03TzK6srMT19bX6npGRgZubm3hvEhJwcnKi3pOSkrC0tPTEMIwvmqb5pZQ7ccSWZf1J0q6uLjQ0NCA5ORkulwuHh4eKyA4aysnJwe3tLa6urjA3N4fh4eFMwzD+EEL47MSvQqGQz+v1or29HW1tbQgEAtB1HX19fSgvL48j3tjYQDAYVAb6+/sxNjaG2dlZ7O3teT0ezwCAAIkzAPzKnJLo6OgIxcXFSE1NxeLiIra3t+95zG8rKyvw+/1KllGlpKQwal6/ABDUAHRGcqzylp6ejp6eHtTU1CAUCsHj8dx7aPTi4gLV1dXo7e1VdaAuOSL4hcQt0VN2djbDQVNTEyYnJ1FaWmoXjkNZWRmmpqZQX1+PnZ0d5Obm2q+btUjzKxwfHyM/Px/j4+OKnCE7td3W1hYaGxsxMTGBwsJClQ4bHpM4Zoo5Zoijo6NYXV1VaXHymOGvra1hZGQEZ2dnSteGHO0hJbYRPXUijYIylH0IJI7FEA6HVWE6OjpQUVGhCuKUCt75fD50dnYiLS1N6dpwROKF6DkrKwv7+/tobW3F9PQ0SkpKHL1mYWdmZtDc3Izd3V01MDYskngyemYPFxQUqGq3tLRgc3PT0WPescAcDBbv4ODAfj1F4nd8IwGLdX5+zvHEwsKC6lkWk/1sfyjjdruxvLyMwcFBnJ6eqmLanHjLkeI2GeCW4twzHevr67EcFhUVKY/soBxrQELKMg38pmmqF96wc2P7WEq5apqmt7u7G3V1dbElxBATExPjiLn5OBAc4cvLS8zPz2NoaAiGYWwIIR7BvuiFEIWWZX01TTOzqqpKKTO0/7M2uVPy8vJOXS4X1+Y27v5BhBA/Rha9P7JQvguGr+v6V03TWqWU6zHjdk0p5d9CiCdut5urj7+muHF6AJcAfgfw/G73fOtnWgDgZwD1kX0SHX32FXt/DsB7AHv3NAH8BwnVmZglmD9TAAAAAElFTkSuQmCC)
}
.trending_show{
    position: absolute;
    z-index: 9;
    float: right;
    bottom: 70px;
    right: 5px;
    height: 25px;
    width: 25px;
    content: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAADnUlEQVQ4jY1VSUgcWRj+XrVbdbvErVzRcbp1VLoFr15VEKVz8DDxNOaoF1FEzPTkIGRoGLwkuFxDLoI5KSIejMjM1cMMQuI2aERcpuKCot2KWi98j2qp7o4z88GDetv3b9/7SzQ1NeERGAB+BNAKoM6eE18AfALwAcB7AP986/JjxL8C6AfgecyqjQiA1wB+SdxIibMiRIVlWXPRaLRBSvkfnApuIURI1/WgpmlBKeVuErEQosSyrD9N08yrqanB7e2tWs/JycHd3V28NykpOD8/V99paWnY2NgIGIbxl6ZpfinlfhyxZVl/kLSnpwetra1IT0+Hy+XCycmJInKChvLz83F/f4+bmxssLS1hcnLyiWEYvwshfE7iV5FIxOf1etHV1YXOzk6EQiHouo7BwUFUVVXFEe/s7GB0dFQZGBkZwczMDBYXF3F4eOj1eDxhACES5wB4yZyS6PT0FOXl5cjMzMT6+jr29vaSPOba1tYW/H6/OsuoMjIyGDW3fwYwqgH4yc6xylt2djb6+vpQX1+PSCQCj8eTNGj06uoKdXV16O/vV3XgXXLYeE7ijtgsLy+P4aCtrQ3z8/OoqKhwHo5DZWUlFhYW0NLSgv39fRQUFDi321Ns8SucnZ2hqKgIs7OzaGhowPj4OA4ODpAoPRpfXV1V3tKB0tJSlQ4HfiDxgynmmCFOTU0hGo2qItIzhurExcUFGhsbsbKygunpaQwNDam7DuTHV8UGZUQvNU1TIzEdnHOwWHbBkkBixuDmBr1kYbq7uxEIBDA2NoZwOIySkpKkVAwPD2NgYECpISsrS9114JTFW4vNc3NzcXR0hGAwiLm5OUXO/FHHzsE11oD5bW9vV3Xgg3FgncTzsTk1XFxcrKrd0dGB3d3dpMLFwD2qhw+Dho6Pj53bCyR+xy8SUMOXl5d8nlhbW1OaZTGpZ+fgGbfbjc3NTaUcFpMFdjjxljlmNwmzS/HdMx3b29tK8D6fD2VlZcojJ3iuurpaEfIs08A1FhrAb1TuQz+WUv5tmqa3t7cXzc3ND02IIaampsYRs/PxQVAR19fXWF5exsTEBAzD2BFCfA9noxdClFqW9dE0zSe1tbXqMkP7P22TPaWwsPDC5XKxbe4h8Q8ihPjObvT+x/SZCIav6/pHTdOeSim3H4w7D0opPwshAm63m62Pv6a45/QNXAN4A+BFonr+7WdaDOAZgBa7n8SePnVF7S8BmOZ7SboJ4Cuy9qLg0B25jgAAAABJRU5ErkJggg==)
}

.users{
    width:100%;
    border-collapse:collapse;
    border:1px solid #393939;
}
.users:hover {
    transform: scale3d(1.05, 1.05, 1.05);
    transform-origin:center center;
}
.users td{
    border:1px solid #393939;
}