﻿/* HTML */

html {
    overflow-y:scroll;
}

/* Display a small PDF icon to the right of any PDF hyperlinks 
a[href$=pdf]::after,
a[href$=PDF]::after {
    margin: 2px 0px -2px 4px;
    position: absolute;
    display: inline-block;
    content: url('/_img/Master/pdficon_small.png');
}*/

/* Text */

.text-bevel {
    text-shadow: -1px -1px 0px rgba(0, 0, 0, .5), 1px 1px 0px rgba(255, 255, 255, 1);
}

.text-red {
    color: rgb(255,0,0);
}

.text-strikethrough {
    text-decoration: line-through;
}

/* List */
ul.flush,
ol.flush {
    padding-left: 1.3em;
}