﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.contact-list .contact-item { width: 30.5%;padding: 20px 2%;}