<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/earlyaccess/lohitbengali.css');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px|Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=PT+Serif|Open+Sans');

body {
    font-size: 15px;
}

h1,h2,h3 {
    font-family: 'PT Serif', serif;
}

div#sidebar {
    margin-top: 1px;
    position: fixed;
    vertical-align: top
}
ol li{
    padding:1em
}

.social-buttons a {
    border: solid 2px;
    border-color: black;
    border-radius: 10px;
    margin-left: 8px;
    width: 30px;
}

div#menu ul{
    color:red;
    float: left;
    display: inline;
}

.question {
    color: #a22;
    font-size: 20px;
    display: block;
}

ul.list-row{
    text-align: center;
    width: 100%;
    margin: 5px;
    padding: 2px;
}
ul.list-row li{
    display: inline;
    width: 14%;
    padding-right:2.7%;
    font-family: "PT Serif", sans-serif;
    font-size: 24px;
}
div.links-div {
    border: solid #aba 2px;
    border-radius: 10px;
}
div#home
{
  padding-left: 2%;
}

.abstract, .text {
    /*padding: 1.5em;*/
    /*margin:1em;*/
    /*background-color: #dee;*/
    border: none;
    text-align: justify;
    border-radius:20px;
    /* font-family: 'Open Sans', sans-serif; */
    line-height: 22px;
    font-weight: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    /* font-family: monaco, consolas, Roboto, Oxygen, 'Open Sans', "Helvetica Neue", sans-serif; */
    /*font-size: 15px;*/
    /* font-family: 'Source Sans Pro', sans-serif; */
}

pre.bib {
    border: none;
    font-family: Consolas, fantasy;
}
h1.bangla{
  font-family: 'Lohit Bengali', sans-serif;
}

div#publications li{
    font-family: verdana, serif;
    padding: 1em;
}

/*@media (min-width: 768px) {*/
.sidebar {
    position: fixed;
}
/*}*/

div#publications-text ol li {
/*     content: counter(my-counter,lower-roman); */;
     padding: 10px;
}

code.terminal {
    display: block;
    margin: 0.5%;
    font-size: large;
}
.img-border img
{
  /* Adds a white border to the image */
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -10px 10px 10px -10px;
  /* The size of the border */
  padding: 10px;
  /* Adds a drop shadow */
   -moz-box-shadow: 5px 5px 5px #ccc;
   -webkit-box-shadow: 5px 5px 5px #ccc;
   box-shadow: 5px 5px 5px #ccc;
}

.dropshadowimg
{ width:400px;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc; }

.shadow
{
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

a {
    color: #009;
    font-weight: 400;
    font-size: 105%;
}
</pre></body></html>