﻿
table.no-details, div.no-details, p.no-details {
	visibility: collapse;
}

table.details, div.details, p.details {
	visibility: visible;
}

#recordDetailsPage #accordion2 input[type="button"] {
    width: 200px;
    height: 50px !important;
}

#FileUploadContainer {
    max-width: 450px;
    margin-left: auto !important;
    margin-right: auto !important;
}

    #FileUploadContainer td, #recordDetailsPage #accordion2 input[type="file"] {
        border: none;
    }

    #FileUploadContainer a {
        border-bottom: none;
    }

.contactTeamSmall {
    width: 250px;
}

.backbutton {
    display: block;
    background-color: #4699be;
    background-image: url('/images/refresh/contact-chevron-back.png' );
    background-repeat: no-repeat;
    background-position: 5% center;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 9px 35px 10px 13px;
    margin-bottom: 32px;
    margin-bottom: 2em;
    color: #FFF;
    font-size: 13px;
    font-size: .8125rem; /* 13/16 = .8125; */
    line-height: 18px;
    font-weight: 700;
    -webkit-text-stroke-width: 0;
}

    .backbutton:hover {
        border-bottom: none;
        background-color: #377A95;
    }

ul.tabMenu {
    max-width: 100%;
}
        
        p.decReasonNo {
        	position: absolute;
            font-weight: bold;
       }
        
        p.decReason {
        	width:90%;
        }
        
        th {
        	width: 33%;
        }