﻿/*
    browser-releases.css v1.2
*/

.showAllReleases {
    padding-top: 10px;
    margin-bottom: 20px;
}

.openReleaseList {
    text-decoration: none;
    color: #333;
}

hr {
    border-color: #eee;
}

.releaseList {
    margin-left: 20px;
    font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
}

.releaseList h3 {
    margin-bottom: 0px;
}

.releaseList .info {
    font-style: italic;
}

.releaseList ul {
    list-style: none;
    padding-left: 0;
}

.releaseList li {
    margin-bottom: 4px;
}

.releaseList a.releaseId {
    background-color: #03038d;
    color: #fff;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 600;
    text-decoration: none;
}

.releaseList a.releaseId-icf {
    background-color: #c31b24;
}

.releaseList a.changes-made {
    text-decoration: none;
    color: blue;
}

.flex-container {
    display: flex;
}

.flex-container .column {
    width: 15vw
}

.flex-container .column-large {
    width: 25vw
}