#questions-container{
    max-width: 1450px;
}

#questions-container h2 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

#questions-container > article {
	max-width: 1000px;
    margin-bottom: 50px;
}

#questions-container > article b{
    color: white;
    font-weight: 400;
}

#profile-picture {
    width: 200px;
}

#networks-list {
    text-align: left;
}

#networks-list a{
    color: white;
}

.network-button {
    padding: 8px 20px;
    border-radius: 3px;
    display:inline-block;
    margin-bottom: 13px;
    margin-right: 10px;
    -moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

#networks-list img {
    position: relative;
    top: 3px;
    margin-right:5px;
    width: 14px;
}

#facebook-button .network-button{
    background-color: #3b5998;
}

#facebook-button .network-button:hover{
    background-color: #1d408b
}

#twitter-button .network-button{
    background-color: #00abeb;
}

#twitter-button .network-button:hover{
    background-color: #00698f;
}

#youtube-button .network-button{
    background-color: #da2523;
}

#youtube-button .network-button:hover{
    background-color: #a50502;
}

#tipee-button .network-button{
    background-color: #f27224;
}

#tipee-button .network-button:hover{
    background-color: #ad4301;
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 910px), (max-device-width: 910px) {
    #questions-container > article{
        max-width: 100%;
        margin-right: 0%;
        display:block;
    }
}
