#page-wrap {}

p {}

table {
    width: 100%;
    border-collapse: collapse
}

tr:nth-of-type(odd) {
    background: #eee
}

th {
    background: #016fab;
    color: white;
    font-weight: bold
}

td,
th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left
}

@media only screen and (max-width: 760px) {
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block
    }
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    tr {
        border: 1px solid #ccc
    }
    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }
    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }
    .annual:nth-of-type(1):before {
        content: "Year"
    }
    .annual:nth-of-type(2):before {
        content: " "
    }
}

@media only screenand (min-device-width: 320px)and (max-device-width: 480px) {
    body {
        padding: 0;
        margin: 0;
        width: 320px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {}
}

@media only screen and (max-width: 760px) {
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block
    }
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    tr {
        border: 1px solid #ccc
    }
    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }
    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
                white-space: normal;
    }
    td:nth-of-type(1):before {
        content: "Year"
    }
	.financial-annual-reports-box  td:nth-of-type(2):before {
       display:none
    }
	
	 .dividend-tbale-box td:nth-of-type(1):before {
        content: "Year"
    }
	
	.dividend-tbale-box  td:nth-of-type(2):before {
        content: "Dividend per share (in Rs)"
    }
	.dividend-tbale-box  td:nth-of-type(3):before {
        content: "Total Dividend Amount (INR in Lacs )"
    }
    .dividend-tbale-box  td:nth-of-type(4):before {
        content: "Record Date"}
  
	
    td:nth-of-type(2):before {
        content: "Dividend (in %)"
    }
    td:nth-of-type(3):before {
        content: "Dividend per share (in Rs)"
    }
    td:nth-of-type(4):before {
        content: "Dividend Amount"
    }
    td:nth-of-type(5):before {
        content: "Record Date"
    }
    .mob-padding tr td{
        padding-left: 57%
    }
}
