﻿
.row.certmargentop {
    margin-top: 60px;
}


.cert {
  /* border: 5px solid #0072c6;
  border-right: 5px solid #0072c6;
  border-left: 5px solid #0072c6; */
  width: 100%;
  height: 900px;
  font-family: arial;
  color: #383737; 
}

.crt_title {
  margin-top: 30px;
  font-family: "Satisfy", cursive;
  font-size: 40px;
  letter-spacing: 1px;
  color: #0060a9;
}
.crt_logo img {
  width: 300px; 
  height: auto;
  margin: auto;
  /* padding: 30px; */
}
.colorGreen {
  color: #27ae60;
}
.crt_user {
  display: inline-block;
  width: 100%;
  padding: 5px 25px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: "Satisfy", cursive;
  font-size: 40px;
  /* border-bottom: 1px dashed#cecece; */
}


.certSign {
  width: 200px;
}
/* tbody, td, tfoot, th, thead, tr{
    padding: 30px;
} */

@media (max-width: 700px) {
  .cert {
    width: 100%;
  }
}

@media print{
  .no-print, .no-print *{
    display: none !important;
  } 
  .print-m-0{
    margin: 0 !important;
  }
} 


tbody, td, tfoot, th, thead, tr {
  padding: 14px;
}
