* {
    box-sizing: border-box;
}
.wrapper {
	width: 100%;
    max-width: 646px;
    font-family: メイリオ, Meiryo, ＭＳ Ｐゴシック, MS P Gothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
    margin: 0 auto;
}
.tabItem {
	font-weight: bold !important;
	text-decoration: none;
	text-transform: none !important;
    padding: 15px 0 13px!important;
    color: #A1A1A1;
    font-style: normal;
    text-decoration: none;
    border-top: 0.16em solid #F2F2F2;
    border-right: 0.08em solid #F2F2F2;
    border-bottom: 0.08em solid #ddd;
    border-left: 0.08em solid #F2F2F2;
    background: #F2F2F2;
    width: 100%;
    text-align: center;
    height: auto;
    line-height: normal;
}
.tabItem:hover{
    color: #F7B713;
}
.tab-active {
	text-decoration: none;
	text-transform: none !important;
    background: #FFFFFF!important;
    color: #666666;
    border-top: 0.16em solid #F7B713;
    border-right: 0.08em solid #DCDDDD;
    border-bottom: 0.08em solid #FFFFFF;
    border-left: 0.08em solid #DCDDDD;
    position: relative;
    z-index: 10;
}
.tabs {
	background-color: transparent !important;
    border-bottom: 0.008em solid #ddd;
    margin-bottom: 0.08em;
    height: auto;
    line-height: normal;
}
.tabs li {
    float: left;
    margin: 0;
    box-sizing: border-box;
    padding-right: 20px;
    width: 50%;
    height: auto;
    line-height: normal;
}
.form input,
.form select{
    font-family: inherit;
    font-size: 1.0em;
}
.btn,
.btn-primary,
.btn-cancel,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel.focus,
.btn-cancel:active,
.btn-cancel.active,
.open > .dropdown-toggle.btn-primary{
    color: #fff;
    padding: 0.5em 1.0em 0.5em 1.0em;
    border: 0.08em solid #F7B713;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background: #F7B713;
    padding: 0.5em 1.0em 0.5em 1.0em;
    height: auto;
    line-height: normal;
}

.check-subscription-link .link{
    color: #666666;
    font-weight: normal;
    font-size: 13px!important;
}
footer a:hover,
.check-subscription-link .link:hover{
    text-decoration: underline; 
}
/*THIS IS REQUIRED*/
@media(max-width:640px) { 
    li.type {
        width: 50%!important
    }
}
@media (max-width:479px) { 
    #PastEventsContainer .attachments {
        margin-top: 0!important;
    }
    .button-wrraper {
        margin-top: 1em!important
    }
    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
    .preference-period {
        padding: 4% 0;
    }
    .row-control {
        padding: 5px 0;
        height: auto;
    }
}
@media (max-width:320px) { 
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: left;
    }
    .export-types {
        padding-bottom: inherit;
    }
}
/*END*/
.time-line-item:hover {
    background-color: #F2F2F2;
    color: #F7B713
}
.subscription-section {
    display: none;
}
.export-and-subscription {
    margin-bottom: 2em;
}
