body {margin:0; margin-top: 40px; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 11px Georgia, "Times New RomanArial", serif; color: #000;}

/*Header*/
h1 {color:#222; font-size:20px;}

h2 {color:#222; font-size:16px;}

my_short {
    font-size:18px;
}

div.title, div.title a, .contact a {
    color: #222 !important;
/*    fonts-size: 150% !important;*/
    font-weight: bold;
}

.contact a {font-weight: normal;}

.section a {
    color: #000 !important;
}

/* Links */
a:link, a:visited {background: transparent; color:#fff; text-decoration:none;}
/*
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;} 
*/

a:after {
    content: "";
}

/*Image*/
img, img a, .more-link a {border:none;}

/*Hide from screen and show in print*/
.hideFromScreen {
    display: inherit;
}

/*Hide from print and show on screen */
.hideFromPrint {
    display: none !important;
}

/* no shadow */
.rounded {
    border-radius: 5px;
    background-color: #eee;
    border: 1px solid #444;
    box-shadow: none;
}


/* LAYOUT */
    .gridContainer {
        width: 95%;
        max-width: 90%;
        padding-left: 0.4891%;
        padding-right: 0.4891%;
        margin: auto;
    }
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    .name {
        clear: none;
        float: left;
        margin-left: 1.0989%;
        width: 74%;
        display: block;
    }
    .photo img{
        max-height:110px;
        width: auto;
    }
    .section_title {
        clear: both;
        float: left;
        margin-left: 0;
        width: 24.1758%;
        display: block;
    }
    .section {
        clear: none;
        float: left;
        margin-left: 1.0989%;
        width: 74.7252%;
        display: block;
    }
    
    .skillset {
        clear: none;
        float: left;
        margin-left: 0px;
        width: 32%;
        display: block;
    }
