/*=Main section*/ #content { width: 75%; overflow: hidden; padding: 10px 10px 0 10px; position: relative; top:-10px; right: -10px; box-sizing: border-box; } .content-info { padding: 10px; } .content-section h2 { font-size: inherit; font-weight: normal; } /*Sidebar*/ .section { border: 2px solid #999; background: #eee; } #sidebar { width: 25%; float:left; } #sidebar > div, .content-section { border: 2px solid #999; background: white; margin-bottom: 10px; } .sidebar-title, .content-section-title { text-align:center; font-size: 1.3em; width: 100%; border-bottom: 1px dashed #999; background: #eff; border-radius: 5px 5px 0 0; margin-bottom: 3px; color: #975; } .content-section-title { text-align:left; padding-left: .5%; width: 99.5%; } .sidebar-title a { color: black; } .social-links { text-align: center; } .social-links a { font-size: 2em; color: black; } .social-links a:hover { opacity: .7; } .phone { font-size: 1.3em; width: 100%; margin-bottom: 10px; } .list td { border-bottom: 1px solid black; } .tumblr img { display: block; position: relative; margin: auto; }