
        ul.grid {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .grid .text{
            color: #5e6873;
            position: absolute;
            top: 40px;
            font-weight: 500;
            line-height:22px;
        }				
        .grid li {
            float: left;
            width: 48%;
            color: #726f54;
            margin:0px 10px;
            position:relative;
        }
        .grid li:after {
            content: "";
            display: block;
            padding-bottom: 0;
        }
        #docs-list {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        .row {
            margin: 0;
            width: 100%;
        }
        .tile-subtitle {
            font-weight: 700;
            font-size: 130%;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            position:relative;
            border-radius: 5px 5px 0 0;
            background: #2980B9 none repeat scroll 0 0;    /*#0066ccd1 #99cb2d #007bff*/
            padding:10px;
            color:#fff;
            text-align: center;
        }
        .tile-descr {
            font-size:85%;
            color: #5e6873;
            font-weight: 500;
            line-height:22px;
            padding:20px 10px 20px 10px;
            text-align:center;
            background-color:#fff;
            height:90px;

        }
        .action-block {
            height:80px;
            background-color:#fff;
            padding-top:20px;
            text-align: center;
        }
        .btn-read {
            margin-left:7px;
            display:inline;
            background-color:#00acee;
            padding: 5px 20px;
            color:#fff;
            border-radius: 20px;
            font-size: 14px;
            line-height: 28px;
            letter-spacing: 1px;
            font-weight: 600;
            text-transform: uppercase;
            border: none;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .btn-read:hover {
            background-image: -webkit-gradient(linear, left top, right top, from(#3aa6fe), to(#49deff));
            background-image: linear-gradient(90deg, #3aa6fe 0%, #49deff 100%);
            cursor: pointer;
        } 
        .select-version {
            width:120px;
            display:inline;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }
        .gray {
            background-color:#ebf5ff; /*#efefef; #f3eeee;*/
            padding-top: 80px;
            padding-bottom: 80px;
        }      
        .container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
            text-align:center;
            width:90%;
        }
        body {
            font-family: 'Montserrat', 'Source Sans Pro', sans-serif !important;
            font-size: 17px;
            color: #505050;
            line-height: 28px;
            height:100vh;
        }
        h1 {
            font-weight: 900;
            color: #909;
            font-size: 32px;
            padding: 20px 0 25px 0;
            text-align: center;
        }
        footer {
            margin: 0;
            padding: 30px 0 2px 0;
            position: 'relative';
            width: 100%;
            display:block;
            z-index: 1000;
            border: none;
            border-radius: 0;
            background-color: #fff;
        }
        .footer-logo-img {
            height: 30px;
            margin-top:8px;
        }
        .copyright {
            margin-top:-9px;
        }
        .footer-column {
            float: left;
            text-align: left;
        }
        .footer-row {
            text-align:center;
            width:90%;
            margin: 0 auto;
        }
        /* Clear floats after the columns */
        .footer-row:after, .row:after {
            content: "";
            display: table;
            clear: both;
        }
        ul.footer-menu {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .footer-social li {
            display: inline-block;
        }
        .footer-social li a {
            margin-right: 10px;
            color: #007bff;
            font-size: 14px;
        }
        ul.footer-menu li a {
            color: #505050;
            outline: none;
            text-decoration: none;
        }
        ul.footer-menu li a:hover {
            color: #3aa6fe;
            text-decoration: none;
        }
        a:focus, a:visited {
            outline: none;
            text-decoration: none;
        }
        .footer-title {
            font-size: 22px;
            font-weight: 500;
            color: #194c8d;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 980;
            border: none;
            border-radius: 0;
            background-color: #f8f8f8; /*#f8f8f8;*/
            margin: 0;
            min-height: 80px;
        }
        .rbn-logo-link {
            float:left;
        }
        .rbn-logo-img {
            height:40px;
            padding-top:20px;
        }
        .contact-label {
            color: #007bff;
        }
        a {
            color: #337ab7;
            text-decoration: none;
        }
        #contact {
            border-top: 1px solid #99cb2d;
            width: 100%;
            margin: 0;
        }
        @media screen and (max-width: 830px) {
            .grid li {
                float: left;
                width: 90%;
                margin-top: 10px;
            }
            .tile-subtitle {
                margin-top:10px;
            }
            #docs-list {
                margin-top:0;
            }

        }
    
