/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0d
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.bordertable {
  /* border: 3px solid black; */
}

.bordertable td, .bordertable th {
   border: 1px solid black;
}


/* Custom PDF Link Style */
.custom-pdf-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #3498db;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.custom-pdf-link:hover {
    background-color: #2980b9; /* Darker blue on hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.custom-pdf-link img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
}

