.coin-history-all-page table,
.coin-history-year-page table{

    width:100%;
    border-collapse:collapse;

}

.coin-history-all-page th,
.coin-history-all-page td,
.coin-history-year-page th,
.coin-history-year-page td{

    border:1px solid #ddd;
    padding:12px;

}
.coin-history-year-page h1{

    width: 100%;

    text-align: right;

    direction: rtl;

    margin-bottom: 24px;

}

.breadcrumb{

    margin-bottom:20px;

}
/* =========================================================
   Coin History Year Page
========================================================= */

.coin-history-year-page {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    margin: 0 auto;

    padding: 32px 16px;

}

/* =========================
   Large Desktop
========================= */

@media (min-width: 1600px) {

    .coin-history-year-page {

        max-width: 1600px;

        padding: 48px 80px;

    }

}

/* =========================
   Desktop
========================= */

@media (min-width: 1200px) and (max-width: 1599px) {

    .coin-history-year-page {

        max-width: 1400px;

        padding: 40px 64px;

    }

}

/* =========================
   Laptop / Tablet Landscape
========================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .coin-history-year-page {

        max-width: 100%;

        padding: 36px 48px;

    }

}

/* =========================
   Tablet
========================= */

@media (min-width: 768px) and (max-width: 991px) {

    .coin-history-year-page {

        padding: 32px 32px;

    }

}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {

    .coin-history-year-page {

        padding: 24px 16px;

    }

}

/* =========================================================
   Coin History All Page
========================================================= */

.coin-history-all-page {

    display: flex;
    flex-direction: column;

    width: 100%;
    margin: 0 auto;

    padding: 32px 16px;

}

/* =========================
   Large Desktop
========================= */

@media (min-width: 1600px) {

    .coin-history-all-page {

        max-width: 1600px;

        padding: 48px 80px;

    }

}

/* =========================
   Desktop
========================= */

@media (min-width: 1200px) and (max-width: 1599px) {

    .coin-history-all-page {

        max-width: 1400px;

        padding: 40px 64px;

    }

}

/* =========================
   Laptop / Tablet Landscape
========================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .coin-history-all-page {

        max-width: 100%;

        padding: 36px 48px;

    }

}

/* =========================
   Tablet
========================= */

@media (min-width: 768px) and (max-width: 991px) {

    .coin-history-all-page {

        padding: 32px 32px;

    }

}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {

    .coin-history-all-page {

        padding: 24px 16px;

    }

}

/* =========================================
   History 404
========================================= */

.coin-history-404 {

    width: 100%;
    max-width: 400px;

    margin: 80px auto;

    padding: 40px 24px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;

}

.coin-history-404 h1{

    margin-bottom: 16px;

    font-size: 42px;
    line-height: 1;

}

.coin-history-404 p{

    margin: 0;

    opacity: .8;

}