    div:focus{
     border: dotted yellow; 
    }
    #div1.highlight {
      border: dotted yellow; 
    }
    #div2.highlight {
      border: dotted yellow; 
    }
    #div3.highlight {
      border: dotted yellow; 
    }
    #div4.highlight {
      border: dotted yellow; 
    }
    #divstyle1 {
      height: 200px;
      width: 170px;
      overflow: hidden;
      background-color: red;
    }
    #divstyle2 {
      height: 200px;
      width: 170px;
      overflow: hidden;
      background-color: red; 
    }
    #divstyle3 {
      height: 200px;
      width: 170px;
      overflow: hidden;
      background-color: red;
    }
    #divstyle4 {
      height: 200px;
      width: 170px;
      overflow: hidden;
      background-color: red;
    }
    #divstyle1.clicked {
      height: 200px;
      width: 170px;
    }
    #divstyle2.clicked {
      height: 200px;
      width: 170px;
    }
    #divstyle3.clicked {
      height: 200px;
      width: 170px;
    }
    #divstyle4.clicked {
      height: 200px;
      width: 170px;
    }
    #showmore1 {
     background: #4169e1;
     color:#fff;
     font-family: Roboto;
     display: block;
     width: 110px;
     font-size:20px;
     text-transform: uppercase;
     padding: 10px;
     text-align: center;
     cursor: pointer;
    }
    #showmore2 {
     background: #4169e1;
     color:#fff;
     font-family: Roboto;
     display: block;
     width: 110px;
     font-size:20px;
     text-transform: uppercase;
     padding: 10px;
     text-align: center;
     cursor: pointer;
    }
    #showmore3 { 
     background: #4169e1;
     color:#fff;
     font-family: Roboto;
     display: block;
     width: 110px;
     font-size:20px;
     text-transform: uppercase;
     padding: 10px;
     text-align: center;
     cursor: pointer;
    }
    #showmore4 {
     background: #4169e1;
     color:#fff;
     font-family: Roboto;
     display: block;
     width: 110px;
     font-size:20px;
     text-transform: uppercase;
     padding: 10px;
     text-align: center;
     cursor: pointer;
    }
    .myClass {
     ;
    }