.SocialEvent-List .SocialEvent span{
    display: table-cell;
    white-space: nowrap;
    padding:0.1em;
    overflow: hidden;
    width:50%;
    padding:0.5em;
}
.SocialEvent.view1 textarea{
    box-sizing: border-box;
    display: block;
    margin:1em;
    padding:0.5em;
    border-radius: 0.3em;
    width:calc(100% - 2em);
    min-height: 50px;
}
.SocialEvent.view1 textarea{
    min-height: 200px;
}
.SocialEvent.view1 .frow{
    display: inline-block;
    padding:0.5em;
}
.SocialEvent.view1 label{
    display: block;
    margin:0 0.5em 0 0.5em;
}


.SocialEvent.view2 .thumb-side{
    display: inline-block;
    width: calc(40% - 0.5em);
    vertical-align:top;
}
.SocialEvent.view2 .thumb-side img{
    height: 15vw;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5em;
}
.SocialEvent.view2 .text-side{
    display: inline-block;
    width: calc(60% - 0.5em);
    vertical-align:top;
    padding:1em;
}
.SocialEvent.view2 .time, .SocialEvent.view2 .end{
    display: inline-block;
}
.SocialEvent.view2 .time-area{
    padding:0.2em 1em;
    background-color: rgba(84, 92, 126, 0.25);
}


.SocialEvent.view4{
    font-size: 0.8em;
    margin-bottom: 0.5em;
    cursor: pointer;
}
.SocialEvent.view4 .event-header{
    white-space: nowrap;
}
.SocialEvent.view4 .event-header span{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding:0.4em;
}
.SocialEvent.view4 .event-header .title{
    width: 60%;
    font-size: 1em;
}
.SocialEvent.view4 .event-header .time{
    font-size: 0.9em;
    width: calc(40% - 1em);
    text-align: right;
}
.SocialEvent.view4 table{
    display: none;
}
.SocialEvent.view4 .blues-active{
    background-color: rgba(0, 0, 0, 0.05);
}
.SocialEvent.view4 .blues-active table{
    display: table;
    width: 90%;
    margin:1% 5%;
}
.SocialEvent.view4 table td{
    padding:0.2em 0.1em;
}

