.profile {
    width: 100%;
    padding: 15px 7.6923% 10px 7.6923%;
    margin: 10px 0;
    background: #e9e9e9;
}

.profile:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.profile {display: inline-block;}

/* Hides from IE-mac \*/
* html .profile {height: 1%;}
.profile {display: block;}
/* End hide from IE-mac */

.profile button {
    /*letter-spacing: 0.2em;*/
    font-weight: 500;
}

.profile h3 {
    font-size: 1.5em;
    font-weight: 100;
    width: 70%;
    float: left;
    margin: 5px 0;
}
.profile a {
    width: 70%;
    float: left;
}
.bridge {
    padding: 5px 12px;
    background-color: #e9e9e9;
    border: 1px solid #fff;
    color: #fff;
    text-transform: none;
    float: right;
    text-align: center;
    vertical-align: center;
    font-size: 1.01em;
    width: auto;
}
.bridge:hover {
	border: 1px solid #000;
    color: #000;
    background-color: #e9e9e9;
    text-transform: none;
}

.further {
	font-size: 1.4em;
}




.show_hide span {
    float: right;
}
.show_hide {
    padding: 2px 8px;
    border: 1px #2b99e2 solid;
    background-color: #fff;
    color: #333;
    text-transform: none !important;
    font-size: 0.8em;
}
.show_hide:hover {
    padding: 2px 8px;
    background-color: #fff;
    color: #2b99e2;
    text-transform: none;
}
/**
 * 16.0 Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {

	.profile h3 {
    	width: 90%;
	}

}
/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {

    .profile a {
        float: left;
    }
 
    .bridge {
        padding: 5px 16px;
        color: #fff;
        text-transform: none;
        text-align: center;
        vertical-align: bottom;
        font-size: 1.1em;
        width: 20%;
    }
}
/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
    .profile  {
        margin: 20px 0;
        background-color: #e9e9e9;
        padding: 20px 4%;
    }
    .profile h3 {
        font-size: 1.5em;
        font-weight: 100;
        margin: 15px 0;
    }
    .profile a {
        float: left;
    }
    .boxed {
        padding:4%;
    }
    .bridge {
        padding: 5px 16px;
        color: #fff;
        border: 2px #fff solid;
        margin-top: 10px;
        text-transform: none;
        text-align: center;
        vertical-align: bottom;
        font-size: 1.01em;
        width: 20%;
    }
}
/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {}
/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {}
/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {}
/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {}
/**
 * 17.0 Print
 */

@media print {
    body {
        background: none !important;
        /* Brute force since user agents all print differently. */
        
        font-size: 11.25pt;
    }
}