.red{
    
     background: rgb(241, 203, 203);
}
.aflag
{
width: 2px;
height: 2px;
border-top: 6px solid #FFF;
border-bottom: 4px solid #FFF;
position: relative;
top: 0px;
left: 2px;
}
.aflag1
{
width: 2px;
height: 15px;
float: left;
margin-left: 10px;
margin-top: 0px;
}
.late_dinner {
border-left: 6px solid yellow;
}
.late_dinnerl
{
background: yellow;
}

.menses {
border-left: 6px solid red;
}
.mensesl
{
background: red;
}

.travelling {
border-left: 6px solid green;
}
.travelling1
{
background: green;
}

.constipation {
border-left: 6px solid black;
}
.constipation1
{
background: black;
}