/* Style the tab */



div.tabcareer {
    overflow: hidden;
    background-color: #fff;
     border-bottom: 2px solid #b1b1b2;
     height: 60px;
     padding:0;
     margin: 0;
      
}

/* Style the buttons inside the tab */
div.tabcareer button {
  
    float: left;
  
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 16px;
    width: 49%;
    margin-top: 20px;
   border: 1px solid #3b82cd;
   margin-right: 1px;
}

/* Change background color of buttons on hover */
div.tabcareer button:hover {
    background-color: #ddd;
}

div.tabcareer button:visited {
    background-color: #ddd;
}


/* Create an active/current tablink class */
div.tabcareer button.active {
    background-color: #c5c6c6;
    color: #333;
}

/* Style the tab content */
.tabcontent4 {
    display: none;
    padding: 0px 0px;
    border: 0px solid #ccc;
    border-top: none;
    
}

@media screen and (min-width: 720px) {
	
	div.tabcareer button {
  
    float: left;
  
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 19px;
    width: 25%;
    margin-top: 20px;
   border: 1px solid #3b82cd;
   margin-right: 4px;
    }
	
	}
