﻿.direction {
    font-size: 13px;
    color: blue;
    font-weight: bold;
}
.searchButton {
    background: #FF99FF;
    background: -moz-linear-gradient(top, #FF99FF 0%, #008CBF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF99FF), color-stop(100%,#008CBF));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#008cbf',GradientType=0 );
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #00488F;
    text-transform: uppercase;
    font-size: 11px;
    border-image: initial;
}
.resourcelist {
    display: block;
    margin-bottom: 125px;
}
.resourceitem {
    cursor: pointer;
    display: grid;
    gap: 40px;
    grid-template-columns: 1.5fr 1fr 1fr 120px;
    padding: 10px 20px;
    margin-bottom: 20px;
    min-height: 150px;
    position: relative;
    transition: all .3s ease-in-out;
    background: #d6e0fa;
    border-radius: 20px;
    /*width: 100%;*/
    align-items: center;
}
.resourceitemcolumn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.resourceitemcolumn:nth-child(5) {
    grid-column: span 5;
}
.searchoption tr {
    line-height: 30px;
}
.searchoption tr td {
    font-size: 15px;
}
