/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
    font-family: 'Saegoe UI', 'Roboto', sans-serif;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

body {
    font-size: 14pt;
    line-height: 1.4446;
    font-weight: 400;
    color: #333;
    font-style: normal;
    text-align: left;
    background-color: #ddd;

}

.wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

section {
    /*overflow: hidden;*/
    margin-bottom: 2.5em;
}

.paper {
    /*max-width: 800px;*/
    margin-left: auto;
    margin-right: 30px;
}   

.company-position {
    font-weight: 100;
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: .2em; 
}

.company-name {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 100;
}

.company-year {
    float:right;   
}
.year-holder{
    height: 0px;
    overflow: visible;
    position: relative;   
}
.year {    
    text-align: right;
    transform: translate(-360px,0px);
    position: relative;
    width: 300px;
    font-size: 1.3em;
    line-height: 1;
    font-weight: 400;
    color: #f0f0f0;
    
}

ul {
    list-style: circle;
}



.task {
    clear: both;
    margin-top: .6em;
    margin-bottom: .6em;
    /*list-style:disc inside none;
     display:list-item; */
    text-align: justify;
    text-align-last: left;
}

.taskdel:before {
    position: relative;
    width: 0px;
    overflow: visible;
    margin-left: -20px;
    content: "=";
}

.task-image-container-160 {
    /*background-color: #f0f0f0;
    height: 140px;*/
    min-width: 3000px;
    /* overflow: hidden;*/
    text-align: left;
    margin-left: auto;
    margin-right: auto;
                                
    display: inline-block;  
}

.task-image-container {
    /*background-color: #f0f0f0;
    height: 140px;*/
    min-width: 3000px;
    /* overflow: hidden;*/
    text-align: left;
    margin-left: auto;
    margin-right: auto;
                                
    display: inline-block;  
}

.task-image-container img {
    margin-right: 5px;
    height: auto;
    width: auto;
}

.task-image-container-160 img {
    margin-right: 5px;
    height: 180px;
    width: auto;
}

.task-image-container-140 img {
    margin-right: 5px;
    height: 140px;
    width: auto;
}


.centerer {
    margin-left: auto;
    margin-right: -10px;
    text-align: center;
    margin-bottom: 1em;
    overflow: hidden;
}

section {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f0f0f0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;  
}



.w  {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  border-collapse: collapse;
  width: 100%;
    
}
.w li {
  display: table-cell;
}
.w li img {
  display: block;
    max-height: 220px;
    padding-right: 10px;
}



/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {


}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}
section > div {
          
}
