* {
    font-family: "Helvetica Neue", "Helvetica Neue Light", "Helvetica Neue-Light", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 400;
}

body {
	margin-top: 60px !important;
}

.glyphicon {
    min-width: 15px;
}

#footer {
    width:100%;
    margin-top: 60px;
    height:10px;
}

#footer li {
    display: inline;
}

.share-section {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.Demo__some-network__share-count {
    margin-top: 3px;
    font-size: 12px;
}

.Demo__some-network__share-button {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 1045px;
    }
}

#social-buttons {
    margin: 20px;
}

.area {
	margin-top: 45px;
}

#callout {
	margin-bottom: 20px;
}

#highlighted {
	background-color: yellow;
}

ul {
	list-style: none;
}

#add-to-cart-button {
	display: block;
	margin: 0 auto;
}

table {
	width: 80%;
}

.explainer-section {
	min-height: 150px;
	margin-bottom: 40px;
}

/* Bootstrap Overrides */

.btn-twitter {
	background-color: #55ACEE;
	color: #FFF;
}

.btn-twitter:hover {
	background-color: #0D7ED5;
	color: #FFF;
}

.btn-twitter:active {
	outline:0;
}

.modal.large {
     width: 90%;
}

@media (max-width: 480px) {
    .pull-xs-left {
        float: left;
    }
    .pull-xs-center {
    	display: block;
    	margin: 0 auto;
    	text-align: center;
    	padding-left: 0px !important;
    	padding-right: 0px !important;
    }
    .pull-xs-right {
        float: right;
    }
    .modal-dialog {
        width: 95% !important;
    }
    .explainer-video-row {
        margin-left: -40px;
        margin-right: -40px;
    }

    .tweet-section-browse {
        padding: 5px 5px 15px 5px !important;
        margin-left: -30px !important;
        margin-right: -40px !important;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .pull-sm-left {
    	text-align: left;
        float: left;
    }
    .pull-sm-center {
    	text-align: center;
    	padding-left: 0px !important;
    	padding-right: 0px !important;
    }
    .pull-sm-right {
    	text-align: right;
        float: right;
    }
}

.step {
    height: 46px;
    width: 46px;
    border-radius: 23px;
    border: 1px solid #000;
    padding: 9px;
    display: inline-block;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 10px;
    font-size: 19px;
    color: #3a8ce7;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pull-md-left {
        float: left;
    }
    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }
    .pull-lg-right {
        float: right;
    }
}