#extPopup {
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
    width: 40%;
    height: auto;
    background-color: white;
    z-index: 9999;
    border: 1px solid grey;
    border-color: rgb(216, 218, 223);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(48,48,49,.16);
}

#extstruct {
    margin: 10px;
}

#extButton {
    padding: .75rem 1.5rem .75rem 1.5rem;
    border-style: solid;
    border-radius: .25rem;
    border-width: 0;
    font-family: "Futura BT BSCT",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
    margin-right: .625rem;
    float: left;
    background-color: #e20e22;
    border-color: #9e0917;
    color: #fff;
    cursor: pointer;
	margin: 10px;
}

.extButton{
    height:60px
}

.browsers{
    font-size:18px;
    line-height:25px;
    color: #002855;
}

#extButton:hover {
    background-color: #cb0c1e;
    border-color: #9e0917;
    color: #fff;
}

@media (max-width: 1200px) {
	div#extPopup {
		width: 80%;
	}
}
