/*Copyright ©2020 QD [www.qd.ua]*/
.plc_logo_partners { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 5% 25px; text-align: center; }
.plc_logo_partners img { height: 120px; }
.plc_table caption { font-size: 18px; }
.plc_table thead th { background: #003999; color: white; }
.plc_table tbody tr td:nth-child(2) { color: #003999; font-weight: 900; text-transform: uppercase; }
.plc_table tbody tr td:nth-child(4) { color: #333; font-size: 16px; }
a.pdfFile, a.epubFile { align-items: center; border: 2px solid transparent; border-radius: 16px; color: #0446b0; display: grid; font-size: 18px; font-weight: bold; grid-template-columns: 1fr 50px; grid-gap: 24px; margin: 0 0 16px; padding: 16px 24px; }
a.pdfFile { background-color: rgba(31, 144, 255, 0.2); border-color: dodgerblue; color: dodgerblue; }
a.epubFile { background-color: rgba(133, 186, 18, 0.2); border-color: #83B912; color: #83B912; }
.pdfFile i, .epubFile i { background-image: url(../images/svg/download.svg); background-position: center; background-repeat: no-repeat; background-size: contain; height: 40px; width: 40px; }