﻿/* The grid: Three equal columns that floats next to each other */
.Mttcolumn {
    width: 23.86%;
    padding: 51px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    color: darkblue;
    display: inline-grid;
}

.MttcontainerTab {
    padding: 20px;
    color: darkblue;
}

/* Clear floats after the columns */
.Mttrow:after {
    content: "";
    display: table;
    clear: both;
}

/* Closable button inside the container tab */
.Mttclosebtn {
    float: right;
    color: black;
    font-size: 35px;
    cursor: pointer;
}


.ExampleText {
    color: black;
    border: double;
    cursor: pointer;
    opacity: 0.8;
    outline: auto;
    height: 600px;
    width: 800px;
    background-image: url('../lib/inputandoutputbox.png');
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 35px;
    padding-top: 10px;
    border-color: #ccc;
}
