/*

Copyright 2022 - 2023 Open Text.

The only warranties for products and services of Open Text and its affiliates and licensors (“Open Text”) are as may be set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Open Text shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice.

*/

.changes, .info
{
    width: 100%;
}

.release, .deprecated, .platforms, .docs
{
    padding: 20px;
}

.release
{
    border-left: 5px solid rgba(0,115,231,0.2);
    margin-bottom: 20px;
}

.deprecated, .platforms, .docs
{
    border-left: 5px solid #eceeef;
    margin-bottom: 20px;
}

div.idol-release-notes div h2
{
    margin-top: 0;
}

.major.release h2::after
{
    content: "MAJOR RELEASE";
    background-color: rgba(0,115,231,0.2);
    padding: 4px 8px;
    margin-left: 10px;
    font-size: 70%;
    border-radius: 6px;
    color: #000;
    vertical-align: 10%;
}


div.main div.shortcuts ul.menu {margin: 0; width: 100%; padding: 4px 0 0 0;}
div.main div.shortcuts ul.menu ul li a {display: block; padding: 5px 8px; background-color: #e5e8e8; border-radius: 4px; color: #000;}
div.main div.shortcuts ul.menu ul li a:hover { background-color: rgba(0,115,231,0.2);}
div.main div.shortcuts ul.menu li {float: left; margin: 0 8px 8px 0;}
div.main div.shortcuts ul.menu > li {display: none;}


