/*
Theme Name:     RazorPicsTheme
Description:    RazorPics customisations
Author:         RazorPics
Template:       twentyfourteen

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyfourteen/style.css");


#whoswho table {
   /* border-collapse: collapse;*/
    border: none;
}
#whoswho td {
    border: none;
    text-align: center;
}

#whoswho a:link, #whoswho a:visited, #whoswho a:hover, #whoswho a:active {
    text-decoration: none;
}

#whocontainer {
    overflow: hidden;
   
    margin: 0px;
}

#whocontainer div {
    background-color: transparent;
    height: auto;
    width: auto;
    margin: 5px;
    float: left;
    max-width: 100%;
    text-align: center;
    text-decoration: none;    
}

#whowidget a:link, #whowidget a:visited, #whowidget a:hover, #whowidget a:active {
    text-decoration: none;
}

#whowidget img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}




.site-content {
        margin-right: 20%;
}

.content-sidebar {
        margin-left: -20%;
        width: 20%;
}


.site {
    max-width: 100%;
}

.site-header {
    max-width: 100%;
}
