/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 10, 2023, 6:21:02 PM
    Author     : chu
*/

.cyogi1{
        width:50%;
        margin:auto;
        padding:15px;
        border:solid 1px black;
        border-radius:15px;
    }
    
    .cyogimain{
      /*  display: flex;*/
    }
    
    .casnm {
        padding: 0px !important ; 
        margin-left:5px;
    }
@media only screen and (max-width: 600px) {
    .cyogi1{
        width:100%;
    }
}