
/* --------------- RESUME PAGE SETTINGS --------------- */
.resume .resumeTable
{

    background:				white;

    top:					130px;

    position:				relative;

    text-align:				center;


    height:                 1350px;

    margin-left:					10%;
    margin-right:					10%;
    margin-bottom: 10%;

    border-style:				solid;
    border-size:				1px;
    border-color:				black;

}


.resume .pdf
{

    top:				130px;
    right:				20px;
    position:			fixed;

}


