#experience .main_copy {
    width: 83.5vw;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 473px;
}
#experience article {
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}
#experience article + article {
    margin-top: 0px;
    border-top: 1px solid #9D9D9D;
}
#experience article .event_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}
#experience article .event_img img {
    width: 100%;
}


#experience article h2 {
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 23px;
    padding-left: 0px;
    position: relative;
    text-align: center;
    width: 83.5vw;
    max-width: 980px;
    font-weight: normal;
}
#experience article h2:after {
    width: 42px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -21px;
    background-color: #000000;
    content: "";
}
#experience article .table {
    display: table;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 83.5vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: 980px;
}
#experience article .table .cell {
    display: block;
}
#experience article .table .cell p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#experience article .table .cell .base_button {
    margin-top: 40px;
}
#experience article .table .cell .base_button + p {
    text-decoration: none;
    text-align: center;
    margin-top: 1em;
}
#experience article .table .cell .base_button + p a {
    text-decoration: none;
}
#experience article .table .cell .prof {
    margin-top: 40px;
}
#experience article .table .cell .prof .prof_title {
    font-weight: bold;
    display: block;
}
#experience article .table .cell .prof .prof_title:before {
    content: "<";
}
#experience article .table .cell .prof .prof_title:after {
    content: ">";
}
#experience article .table .cell .prof .table {
    display: table;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    border: 1px solid #9D9D9D;
    table-layout: fixed;
}
#experience article .table .cell .prof .table .cell {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: center;
}
#experience article .table .cell .prof .table .cell + .cell {
    padding-top: 0px;
    text-align: left;
}
#experience article .table .cell .prof .table .cell .name {
    font-size: 1.6rem;
    padding-bottom: 10px;
}
#experience article .table .cell .prof .table .cell p {
    line-height: 1.8em;
}

#experience article .table .cell ul {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: table;
    width: 100%;
    table-layout: fixed;
}
#experience article .table .cell ul li {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#experience article .table .cell ul li img {
    width: 100%;
}

#experience article .table .cell ul li:nth-child(n+2)  ,#experience article .table .cell ul li:nth-last-child(n+2){
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
}
#experience article .table .cell ul li:nth-child(2n+1) {
    clear: both;
}
#experience article .catch  {
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 1.6rem;
}
#experience article .catch .table .cell {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    color: #023C20;
}
#experience article .catch .table .cell span {
    display: inline-block;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    color: #FFFFFF;
    background-color: #023C20;
    border-radius: 100px;
    font-size: 1.3rem;
}
footer {
    margin-top: 24px;
}

@media only screen and (min-width:640px) {
#experience .main_copy {
    max-width: 307px;
    margin-top: 140px;
}
#experience article {
    margin-top: 140px;
}
#experience article h2 {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 33px;
    font-size: 2.3rem;
}
#experience article h2:after {
    left: 0px;
    margin-left: 0px;
}
#experience article .table {
    width: 94%;
}
#experience article .table .cell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
#experience article .table .cell .base_button {
    margin-left: 0px;
}
#experience article .table .cell .base_button + p {
    text-align: left;
}
#experience article .table .cell + .cell {
    padding-left: 40px;
}
#experience article .table .cell ul  {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: 400px;
}
#experience article .table .cell ul li ,#experience article .table .cell ul li:nth-child(n+2) ,#experience article .table .cell ul li:nth-last-child(n+2){
    display: block;
    float: none;
    clear: none;
    width: 100%;
}
#experience article .table .cell .prof {
    margin-top: 56px;
}
#experience article .table .cell .prof .table {
    width: calc(100% + 30px);
}
#experience article .table .cell .prof .table .cell {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 173px;
    vertical-align: middle;
}
#experience article .table .cell .prof .table .cell + .cell {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: auto;
}
#experience article .table .cell .prof .table .cell p {
    font-size: 1.2rem;
}

#experience article .catch {
    width: 94%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#experience article .catch .table {
    width: auto;
    margin-left: 0px;
}
#experience article .catch .table .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
#experience article .catch .table .cell span {
    margin-top: 0px;
}	
}
