<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-container {
    position: relative;
    padding-top:50px;
}

.pm-game{
    padding: 0 15px;
 }

.projects-container {
    display:flex;
    flex-direction: column;

}



.project-wrapper {
    display: flex;
    align-items: center;
}

.project-row {
    display: block; /*flex;*/
    align-items: center;
    height: 100px;
    padding: 10px auto;
    margin: 12px 0;
    position: relative;
}

.milestone-img {
    /*background-image: url('../img/milestone.svg');*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50%;*/
    z-index: 2;
    top:35px;
}

.done:not(.worker-icons.done):before{
    content: '\2714 Done';
    color: green;
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;

}
.project-is-done{
    right: -15px;
    left: auto;
    width: 30px;
    margin-top: 67px;
}
.project-is-done:before{
    content: '\2714 Done';
    color: green;
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    left: 63px;
    top: 28px
}

.failed:before{
    content: '\2718 Failed';
    color: red;
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    left: 63px;
    top: 28px
}

.done, .failed, .project-is-done {
    position: absolute;
}

.failed{
    right:0;
}

.task-done {
    left: 15%;
    top: calc(100% - 48px);
}

.project-name {
    color: #3C3C73;
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    min-width:40px;
}

.worker-time {
    display: block;/*flex;*/
    float:left;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
@keyframes glowing {
    0% {  box-shadow: 0 0 2px #074673; }
    50% {  box-shadow: 0 0 9px #0e87de; }
    100% { box-shadow: 0 0 2px #094d7d; }
}

.worker-time:not(.inactive-task) {
    /*animation: glowing 1500ms infinite;*/
}




.worker-time p{
    pointer-events: none;
}



.worker-time .worker-1-name, .worker-time .worker-2-name,
.worker-time .worker-3-name, .worker-time .worker-4-name {
    font-size: 24px;
}

.worker-1-img {
    content: url("../img/Ann.png");
}

.worker-2-img {
    content: url("../img/Ben.png");
}
.worker-3-img {
    content: url("../img/Connor.png");
}
.worker-4-img {
    content: url("../img/Diana.png");
}

.worker-time p {
    margin: 5px 0;
    padding-left: 5px;
}
.worker-time .remaining-time{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.worker-time .remaining-time .bar{
    width:0%;
    height:5px;
    background:#48cc49;
    -webkit-transition: width 2s; /* Safari prior 6.1 */
    transition: width 2s;
}

.real-time {
    position: absolute;
    /*background-color: rgba(255,255,255, .6);*/
    z-index: 1;
    border-right: 1px solid #5774e7;
    top: 0;
    width: 0;
    height: 100%; /*450px;*/
    transition: width 1s ease;
    pointer-events: none;
}
#total-spent-time {
    float: right;
    font-weight: bold;
    color: #5774e7;
}

.block-alignment {
    position: absolute;
    top: 0;
    height: 450px;
    pointer-events: none;
}

.project-deadline {
    /*border-right: 1px solid #000;*/
}

.project-deadline .deadline-label {
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
}
.current-task, .current-icon-task {
    box-shadow: inset 0 2px 0 0 #0090FF,
                inset -2px 0 0 #0090FF,
                inset 0 -2px 0 #0090FF,
                inset 2px 0 0 0 #0090FF;
}

.charts{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 80px;
    margin: 0 auto;
    max-width:1400px;
}
.charts h4{
    text-align: left;
}
.admin .charts{
    justify-content: space-around;
    width: 100%;
    background: #fff;
}
.admin h1{
    text-align: center;
    font-size:36px;
}
table.res_table {
    border-collapse: collapse;
}
.res_table td, .res_table th{
    padding:2px 10px!important;
    border-collapse: collapse;
    text-align: left;
    font-size:13px;
}
.res_table tr.win-tr{
    background: #e2f2e5;
}

.admin .top{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 0 0;
}
.admin .mid{
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    height: 70px;
    margin: 30px auto 0;
    background: #dbedff;
    padding: 0px 20px 30px;
}
.admin .mid &gt; div{
    display: inline-block;
}
.admin #gr_title{
    text-align: center;
}

.admin #graph_div{
    width:340px;
    margin-top:0;
}
.admin #chart_div{
    left:-40px;
    position:relative;
}
.admin .diagram{
    margin-top:0;
}
.admin select{
    height:inherit!important;
    top:inherit!important;
    font-size: inherit!important;
}
.admin .stat p{
    font-weight: bold;
    padding: 0 15px;
    margin-bottom: 0px!important;
    border: 1px solid #ccc;
}
.admin .stat p label{
    font-weight: normal;
    border-right: 1px solid #ccc;
    display: inline-block;
    width: 120px;
    margin-right: 15px;
}





#graph_div{
    width:450px;
    margin-top: 50px;
}
#chart_div{
    /*float:right;
    width:55%;*/
    text-align:left;
}
#time_div_wr{
    float: right;
    margin-left:50px;
}

.diagram{
    float:right;
    width:450px;
    margin-top:50px;
}


.again_text{
    padding: 50px 0 0;
    background: #F4F5FC;
    margin: 40px 0 0;
    text-align:center;
}
.again_text h3{
    line-height:35px;
}
.again_text .btn{
    display:inline-block;
    margin:15px 5px 0;
}

#help-btn{
    width:51px;
    height:60px;
    background:url(../img/help2.png) 0 0 no-repeat;
    cursor:pointer;
    position:absolute;
    right:5px;
    top:34%;
}
#help-btn span{
    display:none;
}
#help-btn:hover{
    background-position:0 -3px;
}
#help-btn:hover span{
    display:block;
    width: 120px;
    line-height: 16px;
    right: 88px;
    position: relative;
    top: 8px;
}
#help-block{
    display:none;
    /*width: 1130px;
    height: 730px;
    background: url(../img/instr2.jpg) 0 0 no-repeat;*/
    position: fixed;
    right: 55px;
    z-index: 9;
    top: 50%;
    transform: translate(0, -50%);
}
.help-bg{
    position:fixed;
    background:rgba(0,0,0,0.4);
    width:100%;
    height:100%;
    display:none;
    z-index: 99999;
    top: 0;
    left: 0;
}

.graph-tooltip{
    font-size: 14px;
    line-height:22px;
    width:150px;
}

.top_text{
    margin:40px 0;
    /*float:left;
    width:40%;*/


}

.pm .top_text .cntr{
    max-width:800px;
}

.top_text.win{
    background: url(../img/win.png) 0 0 no-repeat #fff;
    background-size:100%;

    margin: -80px  0 0;
    color: #202060;
    padding: 80px 100px 0;
    font-size: 35px!important;
    font-weight: bold;
}
.top_text.win .container{
    text-align: center;
}
.win &gt; p{
    font-size:30px!important;
    line-height:40px!important;
}
.top_text.win .share{
    margin:100px 0 ;
}

a.try{
    background: url(../img/try.png) 0 0 no-repeat #fff;
    display:inline-block;
    width: 120px;
    height: 120px;
    box-shadow: 1px 5px 8px 1px #c0c0c0;
    border-radius: 120px;
opacity: 0.8;
}
a.try:hover{
    box-shadow: inset 0px 0px 6px 0px #d8d8d8;
    opacity: 1;
    background-color: #f5f5f5;
}


.statistic{
    max-width:750px;
    margin:0 0 75px;
    position:relative;
    float:left;
}
.statistic table{
    margin:10px 0 ;
}
.statistic th{
    /*margin-top: 100px;*/
    color: #1A1A4D !important;
}
.pm .statistic h3{
    text-align: left;
}


#piechart{
    width:450px;
    margin:0 ;
    text-align: left;
}
#piechart img, #chart_div img{
    margin-top:30px;
}
#graph_div h4,#graph_div img{
    margin-left:23px;
}


.inactive-task {
    opacity: .3;
}
#game-form{
    visibility:hidden;
    height:0px;
}
#start-btn, #restart-btn {
    padding: 10px 25px;
    background-color: #0090FF;
    border-radius: 4px;
    color: #fff;
    transition: all 300ms ease 0ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    width: 220px;
    /*font-weight: 600;*/
}

#start-btn:hover, #restart-btn:hover {
    background-color: #0073CC;
}

.worker-1-hover, .worker-2-hover, .worker-3-hover, .worker-4-hover{
    cursor: pointer;
    /*transition: all 300ms ease 0ms;
    border:2px solid green;*/
}

.alert-warning-icon .worker-img-wrapper {
    background-color: #FFF2CF;
}
.alert-success-icon .worker-img-wrapper {
    background-color: #d3f8dc;
}
.alert-danger-icon .worker-img-wrapper {
    background-color: #f8d7da;
}
.alert-primary-icon .worker-img-wrapper {
    background-color: #bbd9f6;
}

.alert-warning-icon {
    color: #846314;
    border-color: #ffeeba;
}
.alert-success-icon {
    color: #155724;
}
.alert-danger-icon{
    color: #721c24;
}
.alert-primary-icon{
    color: #004085;
}

.alert-warning {
    color: #846314;
    background-color: #FFF2CF;
    border-color: #ffeeba;
}
.alert-success {
    color: #155724;
    background-color: #c3f0cd;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-primary {
    color: #004085;
    background-color: #a8d1fa;
    border-color: #b8daff;
}

.worker-1-hover:hover {
    background-color: #F4E5BE;
}

.worker-2-hover:hover {
    background-color:#C3DFC9;
}

.worker-4-hover:hover {
    background-color: #ECC6C9;
}

.worker-3-hover:hover {
    background-color: #B9D6F4;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.worker-label{
    display:none;
}
.resource-row {
    margin-top: 30px;
    padding-left:40px;
}
.resource-row h4{
    margin:10px 0 10px;
}

.resource-wrapper{
    display: flex;
    /*justify-content: center;*/
}

.worker-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    /*width: 50px;*/
    /*height: 50px;*/
    border-radius: 4px;
    font-size: 24px;
    /*font-weight: bold;*/
    margin-right: 20px;
}

.worker-icons .worker-name:first-letter {
    font-weight: bold;
}

.in-process, .icon-in-process {
    border: 1px dashed #212529;
}

#start-btn[disabled], #start-btn[disabled]:hover {
    opacity: 0.4;
    background-color: #5774E7;
}

.game-footer {
    width: 100%;
    height:120px;
    padding: 20px;
    background-color: #1A1A4D;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    position: fixed;
    bottom:0;
    z-index: 9;
}

#game-text,#game-text-ok {
    justify-content: center;
    font-size: 18px;
    text-align:center;
    margin-top: 10px;
}
#game-text-ok{
    display:none;
}
#game-text p {
    text-align: center;
}

.worker-img-wrapper {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right:15px;
}
.worker-img-wrapper:hover{
    box-shadow: inset 0 2px 0 0 #bdddf6, inset -2px 0 0 #bdddf6, inset 0 -2px 0 #bdddf6, inset 2px 0 0 0 #bdddf6;
}
.start-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#modal-result {
    display: none;
    /*display: flex;*/
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    z-index: 5;
    font-size: 18px;
    color: #1A1A4D;
}
#modal-result&gt;div {
    margin-top: 20px;
}
.ef-logo-game {
    content: url("../img/epicflow-logo.png");
}



.ppln_container #tabs svg#topAxisContainer g.axis .tick text {
    font-size: 12px;
    fill: #b6b6b6;
}
.ppln_container #tabs svg#topAxisContainer {
    display: block;
    border-bottom: solid 1px #dcdcdc;
}
.ppln_container #tabs #verticalLinesInPipelineWrapper #verticalLinesInPipeline g.tickLines line.tickLine {
    stroke: #f5f5f5;
}
.ppln_container #tabs svg#topAxisContainer g.axis .tick line {
    shape-rendering: crispEdges;
    stroke: #dcdcdc;
    stroke-width: 1;
}

.timeline{
    padding:0 0 0 40px;
    position:absolute;

}
.timeline &gt; div &gt; div, .time-body &gt; div {
    width:70px;
    display:flex;
    border-right:1px solid #f7f6f6; /*#f7f6f6;*/
}

.time-head{
    width:100%;
    display: flex;
    align-items: center;
}
.time-head &gt; div{
    padding:10px 0;
    justify-content: center;
    color:#c0bdbd;
    font-size:12px;
    border-bottom:1px solid #f7f6f6;
}
.time-body{
    width:100%;
    display: flex;
}
.time-body &gt; div{
    height:380px;
}
.worker-time p.spent-time, #total-spent-time{
    display:none;
}

.worker-time p.worker-name{
    padding:10px;
}
.worker-time div.done{
    bottom: 30px;
    left: 5px;
}


#modal-result1{
    display:flex;
    height: 800px;
}
.et_pb_code_inner &gt; *:not(.modal-result){
    display:none1;
}


.delay-time{
    color:#b7b3b3;
}
tr.fail{
    background:#fbd9d9;
    position:static;
}
.fail .remaining-time{
    color:red;
}
/*tr:not(.fail) td:first-child:before {
    content: '\2714';
    color: green;
    position: absolute;
    left:20px;
    text-transform: uppercase;
    font-weight: bold;
}
.fail td:first-child:before {
    content: '\2718';
    color: red;
    position: absolute;
    left:20px;
    text-transform: uppercase;
    font-weight: bold;
}*/




h1.main_title{
    text-align:center;
    line-height:30px;
    font-size:40px;
    line-height:56px;
    font-weight:bold;
    text-transform: uppercase;
    display:none;
}



table th, table td{
    text-align:center;
}

.pm h3{
    text-align: center;
    margin:5px 0 10px;
    font-size:27px;
}

#left-area .pm p{
    padding:0;
    margin:0 0 7px;
    /*text-align: center;

    line-height:24px;
    font-size:18px;*/
}

/*
.pre-av{
    background:pink!important;
}
.av{
    background: violet!important;
}
.not-av{
    background: grey!important;
}*/

#gameLink{
    visibility:hidden;
}

.pm{
    text-align:center;
}

.share{
    border-radius:50px;
    padding: 15px 25px 10px;
    margin:25px 0 -40px;
    overflow:hidden;
    display:inline-block;
    z-index: 10;
    position: relative;
    background: #fff;
}
.share p{
    font-size:20px;
}
.share &gt; div{
    float:left;
    margin:5px 10px 5px;
}
.win .ln-btn{
    top:-11px;
    position:relative;
}
.share a{
    display:block;
    font-size:14px;
    color: #202060;
    cursor:pointer;
    height:30px;
}
a.copyLink{
    background: url('../img/copy.png') 0 4px no-repeat;
    width:110px;
    padding-left:8px;
}
.mailLink{
    background: url('../img/email.png') 0 2px no-repeat;
    width:132px;
    padding-left:34px;
}
.vis1{
    float:none!important;
    clear:both!important;

}


#cookie-notice{
    display:none!important;
}

.worker-icons{
    position:relative;
    margin:0 30px 0 0;
    width:200px;
    justify-content:flex-start;
    padding: 0 20px 0 0;
}
.worker-icons:last-child{
    margin-right:0;
}
.worker-name{
    line-height:28px;
}
.worker-status{
    font-size:16px;
    color:#979797;
    text-transform: capitalize;
}
.worker-status i{
    border-radius: 10px;
    width: 8px;
    height: 8px;
    background: #ccc;
    content: ".";
    position: relative;
    left: 0px;
    bottom: 1px;
    display: inline-block;
}
select#position, select#time_sel{
    height: 40px;
    line-height: 30px;
    top: 8px;
    position: relative;
    font-size: 16px;
    border-radius: 5px;
    padding: 0 15px;
    width:110px;
}

/*.worker-icons[status="blocked"] .worker-status{
    color:red;
}
.worker-icons[status="ready"] .worker-status{
    color: #48cc49;
}
.worker-icons[status="working"] .worker-status{
    color:#7AC2FC;
}*/

.entry-content{
    overflow:hidden;
}
#time_sel{
    display:none1;
}





#div1, #div2 {
    float: left;
    width: 100px;
    height: 35px;
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
}
.worker-time{
    position: relative;
}
.worker-time .worker-img-wrapper {
    position: absolute;
    bottom: 2px;
    left: 5px;
    width: 60px;
    padding: 15px;
    height: 60px;
    border: 1px solid #1A1A4D;
    background: rgba(255,255,255,0.4);
}

.worker-img-wrapper{
    cursor: pointer;
}
.worker-img-wrapper.active{
    box-shadow: inset 0 2px 0 0 #0090FF, inset -2px 0 0 #0090FF, inset 0 -2px 0 #0090FF, inset 2px 0 0 0 #0090FF;
}
.worker-time.blinded{
    animation: glowing 1500ms infinite;
    /*animation-iteration-count: 1;*/
}
@keyframes glowing {
    0% {box-shadow: 0 0 2px #074673; }
    50% {  box-shadow: 0 0 9px #0e87de; }
    100% {  box-shadow: none; }
}

.pm-game-wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /*min-height: 100vh;*/
    padding-bottom:140px;
}
.et_pb_section_0.et_pb_section{
    margin:0!important;
}
.descr{
    background: #EEF1FE;
    padding:60px;
    margin:20px 0 40px;
    color:#202060;
}
.pm .cntr{
    max-width: 900px;
    margin: 0 auto;
}
.pm h2{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
.pm h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.charts h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.pm {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color:#3C3C73;
}
.win-los{
    font-size:18px;
}

.wins .bg:before{
    content: 'âœ”';
    color: #202060;
}
.los .bg:before{
    content: 'âœ–';
}
.win-los{
    width:140px;
    height: 285px;
    margin-top: 35px;
}
.win-los &gt; div{
    margin-bottom:4px;
    height:50%;
    display: flex;
    gap: 20px;
}
.win-los .bg{
    width: 60px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.wins .bg{
    background: #6CDA66;
}
.los .bg{
    background: #FF667F;
}
.win-los .number{
    display:flex;
    justify-content: center;
    align-items: center;
}
.bot_text{
    margin:0 0 40px;
}
.descr_wrap{
    display:flex;
    gap:80px;
    align-items: center;
    justify-content: space-between;
}
.descr_wrap &gt; div:first-child{
    flex-basis: 55%;
    text-align: left;
}
.descr_wrap &gt; div:last-child{
    flex-basis: 45%;
}
.pm .tbl{
    border-radius: 12px;
    border: 1px solid #66BCFF;
    font-size:16px;
    padding:0 12px;
    line-height: 24px;
}
.pm .tbl table{
    width:100%;
}
.pm tr:first-child td{
    padding:12px 0 8px;
}
.pm tr:last-child td{
    padding-bottom:12px;
}
.pm .tbl tr td:first-child{
    border-right:1px solid #66BCFF;
}
.pm p{
    padding-bottom:8px;
}
.pm .blue-btn{
    background-color:#0090FF;
}
#pre-footer{
    display:none;
}
.container.pm-game{
    padding-bottom:20px;
    padding-top:0!important;
    margin: 40px auto 0;
    max-width:1300px;
}
.et_builder_inner_content{
    z-index:99!important;
}
footer{
    z-index: 5;
    position: relative;
}
.et_pb_section_2_tb_footer{
    padding-top:50px!important;
}

#help-block{
    z-index:99;
}




@media (max-width:768px){
    .share{
        flex-wrap: wrap;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin: 25px 0;
        border: 1px solid #e7e7e7;
        justify-content: center;
    }
    .pm {
        font-size:15px;
        line-height: 1.5em;
    }
    .pm h2{
        font-size: 25px;
        line-height: 25px;
    }
    .pm h3{
        font-size:19px;
        line-height: 1.5em;
    }
    .pm .cntr{
        padding:0 15px;
    }

    .charts{
        display:block;
        padding:0 20px;
        overflow:hidden;
    }

    .descr{
        padding: 20px 20px;
    }
    .descr_wrap{
        display:block;
    }
    .descr_wrap &gt; div:last-child{
        margin-top:30px;
    }
    .pm table td{
        font-size:14px;
        line-height: 18px;
    }
    .bot_text p{
        text-align: left;
    }

    .project-row{
        height:70px;
    }
    .worker-time div.done{
        bottom:25px;
    }
    #modal-result{
        font-size:16px;
    }
    .entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th{
        padding:9px 10px;
    }
    .entry-content tr td, body.et-pb-preview #main-content .container tr td{
        padding:6px 10px;
    }
    .charts{
        display:block;
    }
    .win-los{
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 40px;
        height: 155px;
        margin-top: 0;
    }
    .charts &gt; div, #piechart{
        float:none;
    }
    #help-block{
        background-size: 100%;
        width:96%;
        right:2%;
    }
    #game-text{
        font-size: 16px;
        line-height: 19px;
    }
    .container.pm-game{
        margin-left:0;
    }

    .et_pb_code_inner {
        overflow-x: scroll;
    }
}

@media (max-width:600px){
    .done:not(.worker-icons.done):before{
        font-size:10px;
    }
    .win-los{
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 40px;
        height: 155px;
        margin-top: 0;
    }
    .charts &gt; div, #piechart{
        width:90% !important;
        float:none;
    }
    .et_pb_code_inner {
        overflow-x: scroll;
    }
    .timeline &gt; div &gt; div, .time-body &gt; div{
        width:45px;
        font-size:11px;
    }
    .project-row {
        height: 60px;
    }
    .time-body &gt; div {
        height: 260px;
    }

    .worker-icons{
        width:160px;
        padding-right:0;
    }
    .worker-img-wrapper{
        width: 75px;
        height: 75px;
        text-align: center;
        margin-right: 5px;
    }
    .worker-img-wrapper img{
        max-width: 80%;
    }
    .worker-name {
        line-height: 23px;
        font-size: 20px;
    }

    .project-name{
        width:20px;
        min-width:20px;
    }
    .timeline{
        padding-left:20px;
    }
    .resource-row{
        padding-left:5px;
    }

}</pre></body></html>