/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

/*.smart-cuhk.news .jev_listrow:first-child {
    display: none;
}*/

.smart-cuhk.news .jev_listrow:nth-child(6) {
    display: none;
}

/*** First column ***/

/*.smart-cuhk.news .jev_listrow:first-child .jev-port-date {
    color: white;
    display: flex;
    flex-flow: column-reverse;
    user-select: none;
}

.smart-cuhk.news .jev_listrow:first-child .jev-port-date:after {
  	content: '29 November 2022';
    color: black;
    display: block;
}

@media (min-width:0px) and (max-width:397px){
.smart-cuhk.news .jev_listrow:first-child .jev-port-title {
    margin-top: -50px;
}
}

@media (min-width:398px) and (max-width:767px){
.smart-cuhk.news .jev_listrow:first-child .jev-port-title {
    margin-top: -20px;
}
}


@media (min-width:1311px){
.smart-cuhk.news .jev_listrow:first-child .jev-port-title {
    margin-top: -20px;
}
}*/

/*@media (min-width:768px) and (max-width:1310px){
.smart-cuhk.news .jev_listrow:first-child .jev-port-title {
    margin-top: -50px;
}
}*/

/*** Second Column ***/
/*
.smart-cuhk.news .jev_listrow:nth-child(2) .jev-port-date {
    color: white;
    display: flex;
    flex-flow: column-reverse;
    user-select: none;
}

.smart-cuhk.news .jev_listrow:nth-child(2) .jev-port-date:after {
    content: '28 May 2022';
    color: black;
    display: block;
}

@media (min-width:0px) and (max-width:397px){
.smart-cuhk.news .jev_listrow:nth-child(2) .jev-port-title {
    margin-top: -50px;
}
}

@media (min-width:398px) and (max-width:767px){
.smart-cuhk.news .jev_listrow:nth-child(2) .jev-port-title {
    margin-top: -20px;
}
}
  
/*@media (min-width:768px) and (max-width:1310px){
.smart-cuhk.news .jev_listrow:first-child .jev-port-title {
    margin-top: -50px;
}
}

@media (min-width:1311px){
.smart-cuhk.news .jev_listrow:nth-child(2) .jev-port-title {
    margin-top: -20px;
}
}
*/

/*** Third Column ***/
/*
.smart-cuhk.news .jev_listrow:nth-child(3) .jev-port-date {
    color: white;
    display: flex;
    flex-flow: column-reverse;
    user-select: none;
}

.smart-cuhk.news .jev_listrow:nth-child(3) .jev-port-date:after {
  	content: '5 March 2022 - 6 March 2022';
    color: black;
    display: block;
}

@media (min-width:0px) and (max-width:397px){
.smart-cuhk.news .jev_listrow:nth-child(3) .jev-port-title {
    margin-top: -50px;
}
}

@media (min-width:398px) and (max-width:767px){
.smart-cuhk.news .jev_listrow:nth-child(3) .jev-port-title {
    margin-top: -20px;
}
}

@media (min-width:1311px){
.smart-cuhk.news .jev_listrow:nth-child(3) .jev-port-title {
    margin-top: -20px;
}
}
*/

/*** Fourth Column ***/

/*
.smart-cuhk.news .jev_listrow:nth-child(4) .jev-port-date {
    color: white;
    display: flex;
    flex-flow: column-reverse;
    user-select: none;
}

.smart-cuhk.news .jev_listrow:nth-child(4) .jev-port-date:after {
  	content: '20 January 2022';
    color: black;
    display: block;
}

@media (min-width:0px) and (max-width:397px){
.smart-cuhk.news .jev_listrow:nth-child(4) .jev-port-title {
    margin-top: -50px;
}
}

@media (min-width:398px) and (max-width:767px){
.smart-cuhk.news .jev_listrow:nth-child(4) .jev-port-title {
    margin-top: -20px;
}
}

@media (min-width:1311px){
.smart-cuhk.news .jev_listrow:nth-child(4) .jev-port-title {
    margin-top: -20px;
}
}
*/

/*** Fifth Column ***/
/*
.smart-cuhk.news .jev_listrow:nth-child(5) .jev-port-date {
    color: white;
    display: flex;
    flex-flow: column-reverse;
    user-select: none;
}

.smart-cuhk.news .jev_listrow:nth-child(5) .jev-port-date:after {
  	content: '20 January 2022';
    color: black;
    display: block;
}

@media (min-width:0px) and (max-width:397px){
.smart-cuhk.news .jev_listrow:nth-child(5) .jev-port-title {
    margin-top: -50px;
}
}

@media (min-width:398px) and (max-width:767px){
.smart-cuhk.news .jev_listrow:nth-child(5) .jev-port-title {
    margin-top: -20px;
}
}

@media (min-width:1311px){
.smart-cuhk.news .jev_listrow:nth-child(5) .jev-port-title {
    margin-top: -20px;
}
}
*/