﻿.pr_td {
    padding: 0px !important;
    border-width: thin
}

.pr_table {   
    border-collapse: collapse;
    margin-top:5px;
}

.prbtnbackcolor {
    text-align: center;
    width: 100%;
    background-color: #581d00;
    color: white;
}

.prbtnbackcolor1 {
    text-align: center;
    width: 100%;
    background-color: #FF9933;
}

.prbtnbackcolor:is(:hover) {
    color: wheat;
}

.prbtnbackcolor1:is(:hover) {
    color: white;
}

.prbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    transition: font-size 0.2s, padding 0.2s;
}
.pr_head
{
    width:100%
}
/* Small devices (mobile, up to 576px) */
@media (max-width: 576px) {
    .prbtn {
        font-size: 3vw;
        padding: 7px 0px;
    }
    .pr_table {
        width: 130%;
        table-layout: fixed;        
        margin-left:-10%;
    }
}

/* Medium devices (tablets, 577px to 991px) */
@media (min-width: 577px) and (max-width: 991px) {
    .prbtn {
        font-size: 14px;
        padding: 7px 6px;
    }
    .pr_table {
        width: 150%;
        table-layout: fixed;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
    .prbtn {
        font-size: 14px;
        padding: 7px 12px;
    }
    .pr_head
    {
        width:125%;
    }
}

