input[type=checkbox] {
	-webkit-appearance: none;
    width: 1em;
    height: 1em;
}
input[type=checkbox]:after {
content: '\25BC';
}
input[type=checkbox]:checked:after {
content: '\25B6';
}

#resume{
   margin:0px;
   border:25px solid #0e24ce;
   padding:3em;
   padding-top:1em;
   padding-bottom:2em;
   z-index:2;
}

#resumePage{
   max-width:1280px;
    display: block;
    margin: auto;
}

#headers{   
   text-align:center;
   padding-left:100px;
}

#top{
    margin: auto;
    text-align:center;
    padding-left:30%;
}

.top-button{
   height:32pt;
   margin-left:20px;
   margin-right:20px;
}

#left{
   width:20%;
   max-width:120px;
   min-width:80px;
   text-align:center;
   margin:5px;
   margin-top:25px;
}

#transports{
   line-height:20pt;
   position:fixed;
}

#transports.sticky{
   top:10px;
}

.transport-button{
   background-color: #23b0ed;
   border-radius: 15px;
   min-width:140px;
   margin:7px;
}

.position{
   font-weight:bold;
   font-size:large;
}

.resumeLocation{
   width:100%;
}

.careerItem{
   margin-bottom:18px;
}

.company{
   font-weight:bold;
}

.educationItem{
   margin-bottom:18px;
}

.role{
   font-weight:bold;
}

.dates{
   float:right;
}

body{
    display: block !important;
}