﻿/*==================================================================*/
/*=================    (min-width : 0px) and (max-width : 360px)  =================*/
/*==================================================================*/
@media screen and (min-width : 0px) and (max-width : 360px) {
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 0px) and (max-width : 419px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 0px) and (max-width : 419px) {
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 0px) and (max-width : 767px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 0px) and (max-width : 767px) {
    .Document-Header-Left {
        padding-left: 0em !important;
    }

    .Document-Header-Right {
        padding-right: 0em !important;
        text-align: left !important;
    }
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 420px) and (max-width : 767px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 420px) and (max-width : 767px) {
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 768px) and (max-width: 1024px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 768px) and (max-width: 1024px) {
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 1024px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 1024px) {
}

/*==================================================================*/
/*==================================================================*/
/*===== (min-width : 1824px) =====*/
/*==================================================================*/
/*==================================================================*/
@media screen and (min-width : 1824px) {
}
