@charset "utf-8";
/* CSS Document */

.patriots-history {
    background: #FAFAFA;
    padding: 16px 20px;
    border-left: 6px solid #cc0000;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    font-size: 15px;
	width:100%;
}

.patriots-history h2 {
    margin-top: 0;
    font-size: 18px;
    color: #001f4d;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    font-weight: bold;
}

.patriots-history .date-range {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
}

.patriots-history ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
	width:100%;
}

.patriots-history li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.patriots-history li a {
    color: #003366;
    text-decoration: none;
    font-weight: 600;
}

.patriots-history li a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.patriots-history li span {
    font-size: 13px;
    color: #666;
    margin-left: 4px;
}