
@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.container {
    width: 90%;
    margin: auto;
    overflow: hidden;
}

header {
    background: #333;
    color: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #77a200 3px solid;
}

header h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
}

.details, .incident, .email-report {
    background: #fff;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

h2 {
    color: #333;
    border-bottom: 2px solid #77a200;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 10px 0;
    font-size: 16px;
}

.email-report .email-content {
    background: #f4f4f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 400px;
    overflow-y: scroll;
}

.email-report .email-content p {
    margin: 10px 0;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.title_abuse {
    text-align: center;
}

.title_abuse img {
    width: 120px;
    vertical-align: middle;
}

.logo-left {
    margin-right: 10px;
}

.logo-right {
    margin-left: 10px;
}

.font-productsans {
    font-family: Product Sans;
}

.font-helveticaneue {
    font-family:Helvetica Neue, Arial, sans-serif;
}

.ta-email-report {
    resize: none;
    height: 500px;
}

.color-red {
    color: red;
}

.opt-code {
    max-width: 50px;
    height:60px;
    margin: 0 5px;
}

.wd-300px {
    width: 300px;
}