    .shortcut-list-shortcut-wrapper { width: 350px; margin: auto; }

    .shortcut_tile_text .shortcut_content_text
    {
       display: -webkit-box;
       -webkit-line-clamp: 5;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow: ellipsis;
       font-size: small;
       line-height: 1.5;
     }

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #2ea3f2;
    text-decoration: none;
}

.shortcut_tile_icon { font-size: xx-large;  margin-bottom: 12px; }

.fa-key:before { content: "\f084";  margin: auto;}

.margin_icon {	margin: 10px 10px 25px 10px !important;	}

.shortcut-tile {
    height: 200px;
    margin: 10px 10px 25px 10px !important;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 15px;
    overflow: hidden;
    
}

.header-title {
    font-size: x-large;
    margin-left: 10px;
    margin-top: 0px;
    height: 35px;
    vertical-align:middle;
    background-color: chartreuse;
    border: 3px dashed #1c87c9;
}

.header-title-middle {
    font-size: x-large;
    margin-left: 10px;
    margin-top: 0px;
    height: 35px;
    vertical-align:middle;
    color: #ffffff;
    vertical-align: middle;
    display: table-cell; padding-left: 10px;
    font-family: 'MyWebFontCaviar';
}

.spt_tile_content {
    display: flex;
    flex-flow: column;
}

.shortcut-tile a { color: white; }

.shortcut_tile_text {
    text-align: left;
    flex: 0 1 auto;
    margin: 15px;
}

.shortcut-list {
    display: flex;
    flex-flow: row wrap;
    padding-left: 0px !important;
}


.shortcut_author_text {
    bottom: 5px;
    right: 15px;
    position: absolute;
    width: max-content;
    font-size: x-small;
}

.light { color: #ffffff; }
.dark  { color: #000000; }
.gray  { color: #A9A9A9; }

html,
body {
height: 100%;
}

body {
background-image: url(../Images/aramado.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
}

body {
    color: #666;
    background-color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}
body {
    line-height: 1;
}


@font-face {
    font-family: 'MyWebFontCaviar';
    src: url('../Fonts/CaviarDreams.ttf');
}

.myTTFFont1 {
    font-family: 'MyWebFontCaviar';
}
