/* Minification failed. Returning unminified contents.
MinifyStyleSheet(54,42): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(56,43): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(58,41): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(60,39): error CSS1027: Expected semi-colon or close brace, found '('
MinifyStyleSheet(62,46): error CSS1027: Expected semi-colon or close brace, found '('
 */
div.content
{
    font-family: Georgia, serif;
}

h2, h3, h4, h5, h6
{
    color: #FFC508;
    margin: 1em;
}

h2, h4
{
    font-size: x-large;
}

h3
{
    color: white;
}

h6
{
    font-size: large;
}

div.content ul, ol, p
{
    color: white;
    background-color: rgba(82, 122, 204, 0.6);
    border-radius: 20px;
    margin: 1em;
    padding: 10px 10px 10px 10px;
}

div.content li
{
    margin: 1em;
}

div.linkWrapper
{
    background-color: white;
    border-radius: 5px;
}

ul.technologies li
{
    color: #333;
    padding: 2px;
    background-color: #FFBC02;
    border-radius: 3px;
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center bottom, circle farthest-side, #FFF708 0%, #C29006 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center bottom, circle farthest-side, #FFF708 0%, #C29006 100%);
    /* Opera */
    background-image: -o-radial-gradient(center bottom, circle farthest-side, #FFF708 0%, #C29006 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 487, color-stop(0, #FFF708), color-stop(1, #C29006));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center bottom, circle farthest-side, #FFF708 0%, #C29006 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(circle farthest-side at center bottom, #FFF708 0%, #C29006 100%);
    list-style: none;
    display: inline;
}

