.gap{
    width:50%;
}
.btn-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
p{
    margin-top: 0.2rem;
}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
body{
    font-family: "Times New Roman", Times, serif;
    padding:10px;
}
.resume-content{
    margin: 10px 100px 10px 100px;
    padding:10px;
    border:1px solid #eee;
}
.right-align{
    text-align: right;
}
.center-align{
    text-align: center;
}
.padding-left{
    padding-left:0.8rem;
}
a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color:#000000;
}

a:active {
  color: #000000;
}

a:link, a:visited {
  text-decoration: none;
}
.external_link{
    width:1rem;
    cursor:pointer;
}
.no-margin-block-start{
    margin-block-start: 0rem !important
}
.sticky{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    padding-top: 1rem;
    z-index:1;
    padding-bottom:1rem ;
    background-color: white;
}
.signature{
    width:12rem;
}
hr{
    margin-top:10px;
    margin-bottom: 10px;
}
.theme-color{
    color: #8B4000;
    margin-top: 2rem;
    margin-bottom: 0.3rem;
}
ul>li::before {
    color: #8B4000;
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -1rem;
    width: 1rem;
}
.experience-ul>li::before {
    color: #8B4000;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -1rem;
    font-size: 2rem;
    width: 2.4rem;
}
.experience-ul>li{
    position: relative;
    display: flex;
    align-items: flex-start;
}
.experience-ul>li>img{
    margin-right: 5px;
}
.full-width{
   width:100% !important;
}
.full-width>h4{
    line-height:0px !important;
    margin-block-end: 1rem;
    margin-block-start: 1rem;
}
.full-width>p {
    line-height: 15pt !important;
    margin-block-end: 0rem;
    margin-block-start: 0.5rem;
}
ul>li {
    margin-top: 0.85rem;
    line-height: 12pt;
}
ul>li::marker{
    content:'';
}
ul {
  list-style-type: none;
}
.technical-table{
    border-collapse:collapse;
    border:1px solid #8B4000;
}
.technical-table td{
    padding:4px;
    border:1px solid #8B4000;
}
.technical-table td:nth-child(odd){
    font-weight: bold;
    width: 25%;
}
.technical-table tr:first-child td {
       font-weight: bold;
}
.align-right{
    text-align: right;
}
.personal-details-table td:nth-child(odd){
    font-weight: bold;
    width: 50%;
}
.experience-table{
    border-collapse:colapse;
    border:1px solid #8B4000;
}
.experience-table td{
    padding:5px;
    border:1px solid #8B4000;
}
.experience-table tr:first-child td {
       font-weight: bold;
}
.sub-heading{
       color: black;
       text-decoration: underline;
}
.project-row{
       padding-left: 2rem;
}
.underline{
       text-decoration: underline;
}